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
Latest Comments