maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [M5] take a picture from command line with torch (https://talk.maemo.org/showthread.php?t=100675)

pythoneye2 2019-02-21 21:03

take a picture from command line with torch
 
Hack of the day:
take a picture from camera from command line in the dark with torch (less powerful than flash).

get v4l2-ctl [apt-get install lfocus installs to /opt/lfocus/v4l2-ctl or a newer version via easy debian (apt-get install v4l-utils in debian chroot)]

install (dpkg -i lanterne_0_5_10_armel.deb from http://talk.maemo.org/showthread.php?t=90229)

# start lanterne in bg (somewhow needed)
lanterne &

# turn on torch
v4l2-ctl -c torch_intensity=1

gst-launch-0.10 v4l2camsrc device=/dev/video0 num-buffers=1 \! video/x-raw-yuv,width=2592,height=1968 \! ffmpegcolorspace \! jpegenc quality=90 \! filesink location=/home/user/MyDocs/DCIM/image.jpg

# turn off torch
v4l2-ctl -c torch_intensity=0

# gst-launch-0.10 v4l2camsrc device=/dev/video0 driver-name=omap3cam num-buffers=1 sadly seems to turn off torch

# you can adjust focus with
# oldvalue=./v4l2-ctl -C focus_absolute
# ./v4l2-ctl -c focus_absolute=oldvalue +/- 10
# in/decrement in steps of 10 only is because of bugs (to not harm camera)
# dont leave the 0-1023 range


All times are GMT. The time now is 11:11.

vBulletin® Version 3.8.8