View Single Post
  #1   Spotlight this post!  
Unread 18-10-2016, 21:23
Jayd009's Avatar
Jayd009 Jayd009 is offline
Registered User
AKA: Jonathan
FRC #4468 (Fernbank LINKS)
Team Role: Programmer
 
Join Date: Jan 2016
Rookie Year: 2016
Location: Atlanta, Georgia
Posts: 27
Jayd009 is on a distinguished road
CameraServer IP Address?

Hello everyone,

I have a quick question. What is the IP Address of a USB Camera that is setup with the cameraserver class? We're trying to run GRIP on the driver station (after failing to run it on a Raspberry Pi & RoboRIO) and I'm trying to set up the camera as an IP Source.

Thanks,

Jonathan

P.S. Is my code correct?
Code:
	
server = CameraServer.getInstance();
camera = new USBCamera("cam0");
camera.setExposureManual(20);
camera.updateSettings();
server.startAutomaticCapture(camera);
__________________
2016: District Event Winner @ Columbus District Qualifier (PCH)
2016: Engineering Inspiration Award @ Peachtree District State Championship
2016: Tesla Subdivision Playoffs Appearance @ FIRST Championship


Reply With Quote