ITK Release 4/Video/Time Stamp: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 24: Line 24:
* src/cv/_cvipp.h:      float  timestamp
* src/cv/_cvipp.h:      float  timestamp
* 3rdparty/include/ffmpeg_/avformat.h: int64_t timestamp;
* 3rdparty/include/ffmpeg_/avformat.h: int64_t timestamp;
== KWSys ==
* static double GetTime();


== ITK RealTimeClock ==
== ITK RealTimeClock ==

Revision as of 14:11, 29 November 2010

Reference Systems

VRPN - UNC

URL

http://www.cs.unc.edu/Research/vrpn/vrpn_getting_started.html

Time Stamp Structure

<source lang="cpp"> struct timeval

 {
   __time_t tv_sec;		/* Seconds.  */
   __suseconds_t tv_usec;	/* Microseconds.  */
 };

</source>

OpenCV

  • include/opencv/cv.h: double timestamp
  • src/cv/_cvipp.h: float timestamp
  • 3rdparty/include/ffmpeg_/avformat.h: int64_t timestamp;

KWSys

  • static double GetTime();

ITK RealTimeClock