Thread: Camera Code
View Single Post
  #4   Spotlight this post!  
Unread 28-01-2017, 19:24
AutomationFTW's Avatar
AutomationFTW AutomationFTW is offline
Registered User
FRC #5829
 
Join Date: Jan 2017
Rookie Year: 2016
Location: Houston
Posts: 17
AutomationFTW can only hope to improve
Re: Camera Code

try:

Code:
//All under robot.java
import edu.wpi.first.wpilibj.CameraServer;

//under robotInit
camera = CameraServer.getInstance().startAutomaticCapture()
Reply With Quote