video Capture interface
Inheritance:
Public Methods
-
virtual void getVideoFormat() = 0
-
virtual void setVideoFormat() = 0
- sets the video format to be supported
-
virtual void getVideoDeviceProp() = 0
- gets the video device properties eg camera capture properties
-
virtual void Process_Raw_Video(int buffers_ready, int PixFormat, int bufsize, int width, int height, unsigned char* data, int tsinc_usec) = 0
- method to process the raw video; it encodes the captured media data
-
static void print_fps( )
- prints the encoding frame rate
Documentation
video Capture interface
virtual void getVideoFormat() = 0
virtual void setVideoFormat() = 0
- sets the video format to be supported
virtual void getVideoDeviceProp() = 0
- gets the video device properties eg camera capture properties
virtual void Process_Raw_Video(int buffers_ready, int PixFormat, int bufsize, int width, int height, unsigned char* data, int tsinc_usec) = 0
- method to process the raw video; it encodes the captured media data
static void print_fps( )
- prints the encoding frame rate
- Direct child classes:
- CVideoCapture
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.