-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Hi!
Thanks for the greatest work. I got a problem when I tried to open LI-ISX019-GMSL.
OS : Ubuntu 16.04
- Following this link https://github.com/LI01/linux_camera_tool/blob/master/INSTALL_OPENCV_CUDA.md, I installed Opencv cuda.
After installing OPENCV CUDA successfully, I began to build camera tool.
When I typed make in terminal and run it, below error in the image shown up on the screen.
It does not allow me to successfully build it.
Before above operations, I successfully built camera tool without OPENCV CUDA and with opencv 3.4.4. It could display control panel but no video window shown up on the screen. Below is the result after running leopard_cam. The camera I used is LI-ISX019-GMSL-USB3.0.

Here I installed and built opencv 3.4.4 without cuda support by following the instructions in below image but GTK error still appears on the screen.

- Besides, where do I need to insert the follow bold build instructions in CMakeLists.txt file when I want to built camera tool with opencv cuda? Do I need to insert them before make or after make?
**# Add to your project
add_subdirectory(linux_camera_tool)
include_directories(
linux_camera_tool/src/
)
...
target_link_libraries(
leopard_tools
)**
Any additional information can be provided if needed.
Many thanks in advance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
