INNER CODE UNIT · C++
capture_cvi_impl
nihui/opencv-mobile · highgui/src/capture_cvi.cpp:2747
class capture_cvi_impl
{
public:
capture_cvi_impl();
~capture_cvi_impl();
int open(int width = 1920, int height = 1080, float fps = 30);
int start_streaming();
int read_frame(unsigned char* bgrdata);
int stop_streaming();
int close();
public:
int crop_width;