Thread
:
How to make the camera work? (Java)
View Single Post
#
3
18-02-2015, 13:07
codedr
Registered User
FRC #0537
Team Role: Mentor
Join Date: Mar 2010
Rookie Year: 2009
Location: Wisconsin
Posts: 70
Re: How to make the camera work? (Java)
import edu.wpi.first.wpilibj.CameraServer;
CameraServer cams = CameraServer.getInstance();
// set any cam parameters, then start capture
cams.startAutomaticCapture("cam0");
codedr
View Public Profile
Find all posts by codedr
Find CD-Media Photos by codedr
Find CD-Media Papers by codedr