20 #ifndef _CAPTURE_NATIVE_H_ 21 #define _CAPTURE_NATIVE_H_ 29 typedef struct _media_native media_native;
media_native * capture_open_native_channel(unsigned int channel, int width, int height)
Open a connection to retrieve architecture dependent YUV images from a specific video channel...
void * capture_get_image_native(media_native *nat)
Read an architecture dependent YUV image.
media_native * capture_open_native(int width, int height)
Open a connection to retrieve architecture dependent YUV images.
void capture_close_native(media_native *nat)
Close connection to native image reading.
void capture_start_native(media_native *nat)
Add an initial capture request for a native image.