View Single Post
  #3   Spotlight this post!  
Unread 24-01-2017, 18:32
RileyC3826 RileyC3826 is offline
Registered User
FRC #3826 (Sequim Robotics Federation)
Team Role: Programmer
 
Join Date: Jan 2017
Rookie Year: 2013
Location: Sequim, Washington
Posts: 9
RileyC3826 is an unknown quantity at this point
Re: How to use USB Cam

Quote:
Originally Posted by verlander13 View Post
Put:

UsbCamera camera = CameraServer.getInstance().startAutomaticCapture() ;
camera.setResolution(640, 480);
In addition to this, in the SmartDashboard, click 'Add' then 'Camera Stream viewer'.
Reply With Quote