Calendar

April 2016
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  

Categories

Active supporter of WikiPedia
Support Wikipedia

Geocaching

Profile for uwezi

Setting up webcam exposure under linux

I had some problems with fswebcam to set the automatic exposure. The exact way how to enter certain parameters is not clear from the lacking documentation, but it works fine if you set parameters through another command line tool.

This is the script behind BirdCam:

#!/bin/bash DATE=$(date +"%Y-%m-%d_%H%M") v4l2-ctl -c exposure_auto=1 v4l2-ctl -c gamma=5 […]

Continue reading Setting up webcam exposure under linux