Tool/software: Linux
Hi,
TI, I build the Video Analytics demo in the ti-processor-sdk-linux-am57xx-evm-03_02_00_05,but I found that it can not work fine.I run /usr/bin/qt-opencv-opencl-opengl-multithreaded, it is OK!But when I run the qt-opencv-opencl-opengl-multithreaded that I build,it shows me that "/dev/video1 does not support read i/o" which is printf in the CameraGrab.cpp 270 lines.
I entry the ti-processor-sdk-linux-am57xx-evm-03_02_00_05 path,then run "make qt-opencv-opencl-opengl-multithreaded" to build it.
I use a USB-OV5640 camera,I look into the uvc_v4l2.c(kernel),finding the uvc driver don't support the V4L2_CAP_READWRITE,so I doubt that the source code of qt-opencv-opencl-opengl-multithreaded in the system is not same as the the source code of ti-processor-sdk-linux-am57xx-evm-03_02_00_05.
How can I get the original source?
thanks