first95 / FRC2020

Code base for 2020 robot, initialized with develop branch of 2019 repo.
MIT License
1 stars 1 forks source link

Confirm that the roborio can read images from new-style webcams #35

Closed jwalthour closed 4 years ago

jwalthour commented 4 years ago

We should have some cameras arriving like the ones shown below. We haven't used this style of camera before, so we should confirm that it actually works with the roborio before committing to it.

image https://www.amazon.com/Varifocal-2-8-12mm-Megapixel-Definiton-3264X2448/dp/B07R9MBB6Q/ref=sr_1_10?keywords=usb+webcam+8+megapixel&qid=1571402889&sr=8-10

jwalthour commented 4 years ago

This style of camera shows up as /dev/video1 on the raspberry pi. Need to check the Roborio next.

jwalthour commented 4 years ago

This style of camera also shows up as /dev/video0 on the roboRIO. Calling it good.