Thread: Camera Code
View Single Post
  #2   Spotlight this post!  
Unread 28-01-2017, 18:13
MuskieProgramme MuskieProgramme is offline
Registered User
FRC #6420
Team Role: Programmer
 
Join Date: Dec 2016
Rookie Year: 2014
Location: Muscatine, IA
Posts: 36
MuskieProgramme is an unknown quantity at this point
Re: Camera Code

Code:
public void robotInit(){
  CameraServer.getInstance().startAutomaticCapture( 0 );
}
Reply With Quote