Changes between Version 24 and Version 25 of N900Install


Ignore:
Timestamp:
10/28/10 17:32:37 (3 years ago)
Author:
GNUtoo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • N900Install

    v24 v25  
    112112gst-launch tcpclientsrc host=192.168.0.202 port=5000 ! multipartdemux ! jpegdec ! autovideosink 
    113113}}} 
     114==== Changing settings of the camera ==== 
     115{{{ 
     116wget http://www.vanheusden.com/dov4l2/dov4l2-0.1.tgz 
     117tar xvzpf dov4l2-0.1.tgz 
     118cd dov4l2-0.1 
     119#source the devshell 
     120oe_runmake 
     121scp dov4l2 root@192.168.0.202: 
     122ssh root@192.168.0.202 
     123}}} 
     124For 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}}} 
    114128== TODO == 
    115129