Changes between Version 24 and Version 25 of N900Install
- Timestamp:
- 10/28/10 17:32:37 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
N900Install
v24 v25 112 112 gst-launch tcpclientsrc host=192.168.0.202 port=5000 ! multipartdemux ! jpegdec ! autovideosink 113 113 }}} 114 ==== Changing settings of the camera ==== 115 {{{ 116 wget http://www.vanheusden.com/dov4l2/dov4l2-0.1.tgz 117 tar xvzpf dov4l2-0.1.tgz 118 cd dov4l2-0.1 119 #source the devshell 120 oe_runmake 121 scp dov4l2 root@192.168.0.202: 122 ssh root@192.168.0.202 123 }}} 124 For instance for increasing the video luminosity in low light conditions on the back camera 125 {{{ 126 ./dov4l2 -d /dev/video0 -w "Gain [0.1 EV]" -a write -z 40 127 }}} 114 128 == TODO == 115 129
