Thread: 2 cameras
View Single Post
  #5   Spotlight this post!  
Unread 30-01-2017, 14:42
JeffB JeffB is offline
Registered User
FRC #5052 (RoboLobos)
Team Role: Mentor
 
Join Date: Apr 2015
Rookie Year: 2014
Location: Austin
Posts: 67
JeffB is a splendid one to beholdJeffB is a splendid one to beholdJeffB is a splendid one to beholdJeffB is a splendid one to beholdJeffB is a splendid one to beholdJeffB is a splendid one to beholdJeffB is a splendid one to behold
Re: 2 cameras

To figure out where to send things, take a look at the video processing code in the dashboard example project. You can find what's feeding the image indicator by double-clicking on its border (when the cursor looks like an arrow). This will take you into the portion of your block diagram where the indicator exists and you can see from there where the data comes from.

If you do want to go this route, I'd make sure to read R65 as it outlines what ports you can use for various types of communication. You'd want to make sure your camera adhered to these rules to avoid conflicts later.
__________________
Reply With Quote