dkumor / rtcbot

A python WebRTC remote control library
https://rtcbot.readthedocs.io/en/latest/?badge=latest
MIT License
70 stars 30 forks source link

Dual camera streaming with rtcbot Library #42

Open luqman8230339900 opened 2 years ago

luqman8230339900 commented 2 years ago

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.

luqman8230339900 commented 1 year ago

Someone knows the solution?