Tool/software: Linux
Hi,
I am interfacng my usb camera with x15.
Suggestions according the points will be appreciated-
1) I have build latest opencv from git and then did make install. I guess opencv is already there but let me know if i should not build it again or it is fine to build again.
2) I have tried different gst-launch commands but camera is not streaming the video and giving some internal data stream error and regarding gstpipelines so i followed this link -"e2e.ti.com/.../2034142. Here i patched the usb_capture.txt. But that is on host side, how can this changes be done on target side? such as should i do the make_linux and copy the zImage and other files in sdcard and boot the x15 again?
3) How can i stream video from usb camera on x15?
3) While building orbslam on x15, it throughs error-
CMake Error at /usr/share/OpenCV/OpenCVModules.cmake:201 (message):
The imported target "opencv_ts" references the file
"/usr/lib/libopencv_ts.a"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/share/OpenCV/OpenCVModules.cmake"
but not all the files it references.
Call Stack (most recent call first):
/usr/share/OpenCV/OpenCVConfig.cmake:86 (include)
CMakeLists.txt:27 (find_package)
How can i sove this?
Thanks.
