View Single Post
  #1   Spotlight this post!  
Unread 07-02-2017, 17:55
Lesafian Lesafian is offline
Registered User
AKA: Jeremy Styma
FRC #6077 (Wiking Kujon)
Team Role: Programmer
 
Join Date: Feb 2016
Rookie Year: 2016
Location: Posen, Michigan
Posts: 38
Lesafian is an unknown quantity at this point
Geniuscam F100 Using 6mbps on Network

When initializing the camera as a UsbCamera or VideoCamera, it seems as if the settings cannot be changed.

The settings of the Lifecam-3000 can be changed without issue.
(The lifecam uses 0.7mbps, and the Geniuscam uses 6)

Code:
UsbCamera nameOfCamera = new UsbCamera(0);
nameOfCamera.setFPS(15);
nameOfCamera.setResolution(320,240);
Ive seen other teams use this camera without issues, is there some sort of driver or software I need to download to configure it or a library I need to be using? I'm thinking the 6mbps is because its streaming at 1080p @ 30fps but the quality looks awful.

Last edited by Lesafian : 07-02-2017 at 19:35.
Reply With Quote