|
Guidance For Approach To Feed Video Stream From Raspberry Pi With HD3000 To Dashboard
Has anyone tried sending MJPG video from a Raspberry Pi to the Dashboard?
We are developing our robot to use a single USB HD3000 camera. The camera is connected to a Raspberry Pi running Python along with OpenCV support. Our thought is to send the camera frame data to both our image processing logic and the dashboard. We can send it through the Roborio but it appears we would have to modify the Camera Server code somewhat. We were planning on connecting the Pi to a the on board Ethernet, so we had another thought to pipe it to the dashboard directly. Thank you in advance for your thoughts.
|