Webcam settings

Hi,
My config is:
HW: 
- RaspberryPi v2
- Raspicam 
- Felix Pro 2

SW:
Repetier server 80.3

The Felix Pro 2 had 3 bright leds close to the extruders. For the human eye, it illuminates the place quite well, but for the raspicam it is way too light. 

I would like to be able to add some fine tuning parameters to the command line 
/usr/local/bin/mjpg_streamer -i /usr/local/lib/mjpg-streamer/input_raspicam.so -fps 10 -x 960 -y 720 -quality 85

Would it be possible to add the switches like -br 30 or -co 40. I could not find the code where the command line for the mjppg-streamer is built?



Comments

  • edited January 2017
    If you are using our latest solution edit /usr/local/Repetier-Setup/etc/webcam.conf
    There you can add extra parameter:

    # Extra paremeter for pi module when started.
    WEBCAM_PICAM_PARAMS=""
    # Extra parameter for usb module when started.
    WEBCAM_USB_PARAMS=""

  • OK great!
    That works. Would be nice to be able to modify the options in the config-screen....

Sign In or Register to comment.