class IVideoCapture

video Capture interface

Inheritance:


Public Methods

[more]virtual void getVideoFormat() = 0
[more]virtual void setVideoFormat() = 0
sets the video format to be supported
[more]virtual void getVideoDeviceProp() = 0
gets the video device properties eg camera capture properties
[more]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
[more]static void print_fps( )
prints the encoding frame rate


Documentation

video Capture interface
ovirtual void getVideoFormat() = 0

ovirtual void setVideoFormat() = 0
sets the video format to be supported

ovirtual void getVideoDeviceProp() = 0
gets the video device properties eg camera capture properties

ovirtual 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

ostatic 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++.