Log in

View Full Version : Switching between two USB camera Feeds


Quantum Byte
07-02-2016, 12:50
Hello all.
I have a question that research cannot solve. I want to switch between two camera feeds (USB) on my smart dashboard. I currently have the one camera server working, but from looking through WPILIB source code, it doesn't look like I can change the USB camera interface name on the fly. Anyone find a solution to this? Thanks.

Quantum Byte
07-02-2016, 13:29
Figured it out! Thanks to these guys:
https://github.com/Merfoo/MultiCamera/blob/master/src/org/usfirst/frc/team955/robot/CameraFeeds.java