Hello,
I'm working on one of the project where I've to use two cameras with orange pi and control the robot.
I achieved the camera 1 functionality with all the controls with webrtc.
Now i trying to embed the another camera in same code but this gives me compilation errors even i just include the another camera instance.
E.g cam2=CVcamera
The error is segmentation fault.
Any suggestion if i want to use two cameras.
Hello, I'm working on one of the project where I've to use two cameras with orange pi and control the robot. I achieved the camera 1 functionality with all the controls with webrtc. Now i trying to embed the another camera in same code but this gives me compilation errors even i just include the another camera instance. E.g cam2=CVcamera The error is segmentation fault. Any suggestion if i want to use two cameras.