Home/ICTP_Workshop_2007/openEyAwiki/OpenEya_Code        page discussion        wiki discussion edit history     [Images:TURN OFF] [Connection:go offline]


Please note that the present pages on the ICTP workshop were obtained from a mediawiki used during the workshop. There may be a number of links that go to missing pages, and other inconsistencies. Much of it is also very informal, and should be seen as workshop notes!

openEyA derives from early discussions during the 2007 ICTP-SDU Workshop on Rich Media Webcasting Technologies (i.e. the workshop described on the present pages). After the workshop Kees Huyser set up a wiki here http://www.huyser.net/openEyAwiki/index.php, and to include the pages in the workshop proceedings, we mirror them here. In December 2008, about a year after the work, OpenEya was officially released by ICTP-SDU, see http://www.openeya.org.

Main Page, OpenEya Code, Ffmpeg, AppleScript, Community Portal

Contents

[edit] 1 different versions of the EyA workflow

[edit] 2 possibly useful software for openEyA (substitutes for Mac software)

[edit] 2.1 capture photos

gphoto2 --capture-image --interval 15 --frames 10 -P --filename=%y%m%d_%H-%M-%S.%C This saves 10 photos with a 15 sec interval. The -P gets photo from camera RAM; for the filename see date(1).

[edit] 2.2 capture video / audio

video capture

ffmpeg -f audio_device -i /dev/audio1 -vn -t 00:00:30 out.avi Theoretical code to record 30 seconds of video and sound: ffmpeg -f audio_device -i /dev/audio1 -f m4v -i /dev/video4linux2 -t 00:00:30 out.avi

audio capture

streamer -C /dev/dsp1 -t 0:30 -O sound.wav -F stereo

[edit] 2.3 synchronize video and photos

[edit] 3 hardware

[edit] 3.1 remote controlable digital cameras

[edit] 3.2 screengrabbers

[edit] 3.3 about webcams

Home/ICTP_Workshop_2007/openEyAwiki/OpenEya_Code, rev=8784, user=Bjoern, time=2009-04-19T11:17:07Z
Page: ICTP_Workshop_2007/openEyAwiki/OpenEya_Code, server-cache-status=cached, images=, connection=, client-cache=no