Thread: Camera Code
View Single Post
  #3   Spotlight this post!  
Unread 28-01-2017, 18:24
ProffessorGordo ProffessorGordo is offline
Registered User
FRC #2883
 
Join Date: Jan 2015
Location: Warroad MN
Posts: 3
ProffessorGordo is an unknown quantity at this point
Smile Re: Camera Code

Quote:
Originally Posted by MuskieProgramme View Post
Code:
public void robotInit(){
  CameraServer.getInstance().startAutomaticCapture( 0 );
}
This should also work with C++.

if you ever want to do multiple, try this thread:
https://www.chiefdelphi.com/forums/s...d.php?t=154213
Reply With Quote