Tmp manual
Change parameters:
← Older revision Revision as of 02:30, 2 June 2016 (3 intermediate revisions not shown)Line 47: Line 47: <font size='2'> <font size='2'> * channel '''0''', '''/dev/sda1''', w/o a file name prefix, '''1GB''' or '''10min''' files whichever occurs first * channel '''0''', '''/dev/sda1''', w/o a file name prefix, '''1GB''' or '''10min''' files whichever occurs first -** setup and start:+** setup: - http://192.168.0.8/camogm.php?channel=0&cmd=format=mov;exif=0;prefix=/mnt/sda1/;duration=600;length=1073741824;status=/tmp/camogm0.status;start;+ http://192.168.0.8/camogm.php?channel=0&cmd=format=mov;exif=0;prefix=/mnt/sda1/;duration=600;length=1073741824;status=/tmp/camogm0.status; +** start: + http://192.168.0.8/camogm.php?channel=0&cmd=start; ** stop: ** stop: http://192.168.0.8/camogm.php?channel=0&cmd=stop; http://192.168.0.8/camogm.php?channel=0&cmd=stop; </font> </font> - ====command line==== ====command line==== Line 58: Line 59: <font size='2'> <font size='2'> * channel '''2''', '''/dev/sda1''', file prefix='''test_''', '''1GB''' or '''10min''' files whichever occurs first * channel '''2''', '''/dev/sda1''', file prefix='''test_''', '''1GB''' or '''10min''' files whichever occurs first -** start recording :+** setup and start (in one line): echo "format=mov;status=/var/tmp/camogm2.status;prefix=/mnt/sda1/test_;duration=600;length=1073741824;start" > /var/volatile/camogm_cmd2 echo "format=mov;status=/var/tmp/camogm2.status;prefix=/mnt/sda1/test_;duration=600;length=1073741824;start" > /var/volatile/camogm_cmd2 ** stop recording: ** stop recording: Line 69: Line 70: ==<font color="blue">Change parameters</font>== ==<font color="blue">Change parameters</font>== * http://192.168.0.8/controls.html - previews and basic parameters: * http://192.168.0.8/controls.html - previews and basic parameters: -** Exposure - the values are in the sensor lines.+** Exposure - the values are in the sensor lines. Currently conversion to seconds is not correct. ** WB - r,g,b gains ** WB - r,g,b gains ** Quality - compression quality - individual for compressor but common for the buffer driver - it's better to have the same value for all channels. ** Quality - compression quality - individual for compressor but common for the buffer driver - it's better to have the same value for all channels. Line 95: Line 96: ==<font color="blue">Firmware image</font>== ==<font color="blue">Firmware image</font>== -* [http://community.elphel.com/files/393/20160526/ 20160526 (new)]+* [http://community.elphel.com/files/393/20160601/ 20160601 (new)] +* [http://community.elphel.com/files/393/20160526/ 20160526 (old)] * [http://community.elphel.com/files/393/20160524/ 20160524 (old)] * [http://community.elphel.com/files/393/20160524/ 20160524 (old)] * [http://community.elphel.com/files/393/20160519/ 20160519 (old)] * [http://community.elphel.com/files/393/20160519/ 20160519 (old)] Oleg06/01/16 [elphel-apps-camogm][master-initial] by Mikhail Karpenko: Update default settings
Mikhail Karpenko committed changes to the Elphel git project :
Update default settings
Update default settings
Tmp manual
Firmware image:
← Older revision Revision as of 01:00, 2 June 2016 Line 95: Line 95: ==<font color="blue">Firmware image</font>== ==<font color="blue">Firmware image</font>== -* [http://community.elphel.com/files/393/20160526/ 20160526 (new)]+* [http://community.elphel.com/files/393/20160601/ 20160601 (new)] +* [http://community.elphel.com/files/393/20160526/ 20160526 (old)] * [http://community.elphel.com/files/393/20160524/ 20160524 (old)] * [http://community.elphel.com/files/393/20160524/ 20160524 (old)] * [http://community.elphel.com/files/393/20160519/ 20160519 (old)] * [http://community.elphel.com/files/393/20160519/ 20160519 (old)] OlegPoky 2.0 manual
← Older revision
Revision as of 00:42, 2 June 2016
(One intermediate revision not shown)Line 10:
Line 10:
==<font color="blue">Required packages</font>== ==<font color="blue">Required packages</font>==
* Found in [http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html Yocto Project mega-manual] : * Found in [http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html Yocto Project mega-manual] :
+<font size='2'>
Ubuntu and Debian Ubuntu and Debian
- + sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib \
- sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib \+ build-essential chrpath socat libsdl1.2-dev xterm
- build-essential chrpath socat libsdl1.2-dev xterm+
- +
Fedora Fedora
- + sudo dnf install gawk make wget tar bzip2 gzip python unzip perl patch \
- sudo dnf install gawk make wget tar bzip2 gzip python unzip perl patch \+ diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \
- diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \+ ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue socat \
- ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue socat \+ findutils which SDL-devel xterm
- findutils which SDL-devel xterm+
- +
OpenSUSE OpenSUSE
- + sudo zypper install python gcc gcc-c++ git chrpath make wget python-xml \
- sudo zypper install python gcc gcc-c++ git chrpath make wget python-xml \+ diffstat makeinfo python-curses patch socat libSDL-devel xterm
- diffstat makeinfo python-curses patch socat libSDL-devel xterm+
- +
CentOS CentOS
+ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \
+ diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \
+ perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue SDL-devel xterm
+</font>
- sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \
- diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \
- perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue SDL-devel xterm
==<font color="blue">Other dependencies</font>== ==<font color="blue">Other dependencies</font>==
- +<font size='2'>
- sudo apt-get install python-numpy+ sudo apt-get install python-numpy
- +</font>
==<font color="blue">Output files</font>== ==<font color="blue">Output files</font>==
Found in the poky's deploy directory: Found in the poky's deploy directory:
Oleg
Tmp manual
Video recording:
← Older revision Revision as of 00:39, 2 June 2016 (One intermediate revision not shown)Line 43: Line 43: ==<font color="blue">Video recording</font>== ==<font color="blue">Video recording</font>== -Example (command line):+====browser==== +Example: +<font size='2'> +* channel '''0''', '''/dev/sda1''', w/o a file name prefix, '''1GB''' or '''10min''' files whichever occurs first +** setup and start: + http://192.168.0.8/camogm.php?channel=0&cmd=format=mov;exif=0;prefix=/mnt/sda1/;duration=600;length=1073741824;status=/tmp/camogm0.status;start; +** stop: + http://192.168.0.8/camogm.php?channel=0&cmd=stop; +</font> + + +====command line==== +Example: <font size='2'> <font size='2'> * channel '''2''', '''/dev/sda1''', file prefix='''test_''', '''1GB''' or '''10min''' files whichever occurs first * channel '''2''', '''/dev/sda1''', file prefix='''test_''', '''1GB''' or '''10min''' files whichever occurs first Oleg06/01/16 [meta-elphel393][framepars] by Oleg Dzhimiev: added camogm.php to the recipe
Oleg Dzhimiev committed changes to the Elphel git project :
added camogm.php to the recipe
added camogm.php to the recipe
06/01/16 [meta-elphel393][framepars] by Oleg Dzhimiev: +camogm interface
Oleg Dzhimiev committed changes to the Elphel git project :
+camogm interface
+camogm interface
06/01/16 [elphel-apps-camogm][framepars] by Mikhail Karpenko: Fix typo
Mikhail Karpenko committed changes to the Elphel git project :
Fix typo
Fix typo
05/31/16 [linux-elphel][framepars] by Mikhail Karpenko: Merge framepars
Mikhail Karpenko committed changes to the Elphel git project :
Merge framepars
Merge framepars
Using camogm with Elphel393 camera
1.:
← Older revision Revision as of 03:37, 1 June 2016 (One intermediate revision not shown)Line 53: Line 53: ====1.==== ====1.==== * channel '''2''' (0-3) * channel '''2''' (0-3) -* mount point '''/mnt/sda1'''+* mount point '''/mnt/sda1''' (also works for a micro SD card partition, rootfs partition, USB or mounted NFS partition but the recording speed is slower than for an SSD) -* max duration = '''10''' min (new file every 10 mins or other limit)+* max duration = '''10 min''' (new file every 10 mins or other limit) * max size = '''1GB''' (new file every 1GB or other limit) * max size = '''1GB''' (new file every 1GB or other limit) * format = '''mov''' * format = '''mov''' OlegUsing camogm with Elphel393 camera
1.:
← Older revision Revision as of 02:52, 1 June 2016 Line 53: Line 53: ====1.==== ====1.==== * channel '''2''' (0-3) * channel '''2''' (0-3) -* mount point '''/mnt/sda1'''+* mount point '''/mnt/sda1''' (also works for a micro SD card partition, rootfs partition, USB or mounted NFS partition but the recording speed is slower than for an SSD) * max duration = '''10''' min (new file every 10 mins or other limit) * max duration = '''10''' min (new file every 10 mins or other limit) * max size = '''1GB''' (new file every 1GB or other limit) * max size = '''1GB''' (new file every 1GB or other limit) OlegTmp manual
Video recording:
← Older revision Revision as of 00:50, 1 June 2016 (4 intermediate revisions not shown)Line 42: Line 42: channel 4: http://192.168.0.8:2326/noexif/img channel 4: http://192.168.0.8:2326/noexif/img -==<font color="blue">Recording</font>==+==<font color="blue">Video recording</font>== -[[Using_camogm_with_Elphel393_camera|More info]]+Example (command line): - + -Example:+ <font size='2'> <font size='2'> -* '''/dev/sda1''', '''1GB''' or '''10min''' files whichever occurs first+* channel '''2''', '''/dev/sda1''', file prefix='''test_''', '''1GB''' or '''10min''' files whichever occurs first ** start recording : ** start recording : - echo "format=mov;prefix=/mnt/sda1/;duration=600;length=1073741824;start" > /var/volatile/camogm_cmd2+ echo "format=mov;status=/var/tmp/camogm2.status;prefix=/mnt/sda1/test_;duration=600;length=1073741824;start" > /var/volatile/camogm_cmd2 ** stop recording: ** stop recording: echo "stop" > /var/volatile/camogm_cmd2 echo "stop" > /var/volatile/camogm_cmd2 sync sync </font> </font> + +[[Using_camogm_with_Elphel393_camera|More info]] ==<font color="blue">Change parameters</font>== ==<font color="blue">Change parameters</font>== Oleg05/31/16 [linux-elphel][master] by Mikhail Karpenko: Merge sensor_common
Mikhail Karpenko committed changes to the Elphel git project :
Merge sensor_common
Merge sensor_common
Using camogm with Elphel393 camera
1.:
← Older revision Revision as of 00:27, 1 June 2016 Line 56: Line 56: * max duration = '''10''' min (new file every 10 mins or other limit) * max duration = '''10''' min (new file every 10 mins or other limit) * max size = '''1GB''' (new file every 1GB or other limit) * max size = '''1GB''' (new file every 1GB or other limit) +* format = '''mov''' +* status updates: '''/var/tmp/camogm2.status''' start recording: start recording: <font size='2'> <font size='2'> - echo "prefix=/mnt/sda1/;duration=600;length=1073741824;start" > /var/volatile/camogm_cmd2+ echo "format=mov;status=/var/tmp/camogm2.status;prefix=/mnt/sda1/;duration=600;length=1073741824;start" > /var/volatile/camogm_cmd2 stop recording: stop recording: OlegTmp manual
Get images:
← Older revision Revision as of 00:24, 1 June 2016 Line 41: Line 41: channel 4: http://192.168.0.8:2326/noexif/img channel 4: http://192.168.0.8:2326/noexif/img + +==<font color="blue">Recording</font>== +[[Using_camogm_with_Elphel393_camera|More info]] + +Example: +<font size='2'> +* '''/dev/sda1''', '''1GB''' or '''10min''' files whichever occurs first +** start recording : + echo "format=mov;prefix=/mnt/sda1/;duration=600;length=1073741824;start" > /var/volatile/camogm_cmd2 +** stop recording: + echo "stop" > /var/volatile/camogm_cmd2 + sync +</font> ==<font color="blue">Change parameters</font>== ==<font color="blue">Change parameters</font>== OlegUsing camogm with Elphel393 camera
← Older revision
Revision as of 00:16, 1 June 2016
Line 49:
Line 49:
Note, that ''camogm'' is under development and not all features of the previous version have been ported to new camera. As for now, geo tagging and exif specific commands are not implemented. Watch for updates on our [https://github.com/Elphel github page]. Note, that ''camogm'' is under development and not all features of the previous version have been ported to new camera. As for now, geo tagging and exif specific commands are not implemented. Watch for updates on our [https://github.com/Elphel github page].
+
+===Example===
+====1.====
+* channel '''2''' (0-3)
+* mount point '''/mnt/sda1'''
+* max duration = '''10''' min (new file every 10 mins or other limit)
+* max size = '''1GB''' (new file every 1GB or other limit)
+start recording:
+<font size='2'>
+ echo "prefix=/mnt/sda1/;duration=600;length=1073741824;start" > /var/volatile/camogm_cmd2
+
+stop recording:
+ echo "stop" > /var/volatile/camogm_cmd2
+ sync
+'''NOTE:''' ''sync'' is important if you power off the camera w/o proper unmounting of the media
+</font>
Oleg
05/31/16 [meta-elphel393][framepars] by Oleg Dzhimiev: added gstreamer
Oleg Dzhimiev committed changes to the Elphel git project :
added gstreamer
added gstreamer
05/31/16 [meta-elphel393][framepars] by Oleg Dzhimiev: added e2fsprogs
Oleg Dzhimiev committed changes to the Elphel git project :
added e2fsprogs
added e2fsprogs
05/31/16 [vdt-plugin][master] by Andrey Filippov: Merge branch 'master' of github.com:Elphel/vdt-plugin
Andrey Filippov committed changes to the Elphel git project :
Merge branch 'master' of github.com:Elphel/vdt-plugin
Merge branch 'master' of github.com:Elphel/vdt-plugin
05/31/16 [vdt-plugin][master] by Andrey Filippov: added files to be generated by patching VEditor
Andrey Filippov committed changes to the Elphel git project :
added files to be generated by patching VEditor
added files to be generated by patching VEditor
Pages
