View Single Post
  #2   Spotlight this post!  
Unread 24-01-2017, 17:06
verlander13 verlander13 is offline
Registered User
AKA: Ian
FRC #1025 (IMPIS)
Team Role: Programmer
 
Join Date: Jan 2017
Rookie Year: 2015
Location: Ferndale
Posts: 12
verlander13 is an unknown quantity at this point
Re: How to use USB Cam

Put:

UsbCamera camera = CameraServer.getInstance().startAutomaticCapture() ;
camera.setResolution(640, 480);
Reply With Quote