View Single Post
  #2   Spotlight this post!  
Unread 12-01-2017, 19:12
sanghakchun sanghakchun is offline
Registered User
AKA: Andy
FRC #0846 (The Funky Monkeys)
Team Role: Programmer
 
Join Date: May 2016
Rookie Year: 2015
Location: San Jose, CA
Posts: 4
sanghakchun is an unknown quantity at this point
Re: USBCamera setExposure() not working

Our team used the
Code:
v4l2-ctl
command line utility on the roboRIO to control our exposure (and auto-focus) settings on the Lifecam. We had a script that would run it with a set of arguments on every boot, as it wasn't persistent.

I can't remember the specific arguments we used, however, so you'll need to play around a bit with the utility to find the property you need to set
Reply With Quote