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
05/31/16 [vdt-plugin][master] by Andrey Filippov: updated vdt-veditor.parch to match changes in vdt repository
Andrey Filippov committed changes to the Elphel git project :
updated vdt-veditor.parch to match changes in vdt repository
updated vdt-veditor.parch to match changes in vdt repository
Tmp manual
Serial console access:
← Older revision Revision as of 19:13, 31 May 2016 (4 intermediate revisions not shown)Line 1: Line 1: -==Connections==+==<font color="blue">Connections</font>== * Connect [[FPC_cables|sensors to system board]] - FPC cables are not symmetrical * Connect [[FPC_cables|sensors to system board]] - FPC cables are not symmetrical * Ports: * Ports: Line 5: Line 5: |[[File:NC393-CS marked ports.jpeg|thumb|200px]] |[[File:NC393-CS marked ports.jpeg|thumb|200px]] |} |} -==Defaults==+==<font color="blue">Defaults</font>== -IP addr: 192.168.0.8+IP addr: <b>192.168.0.8</b> user / pwd: root / <empty> user / pwd: root / <empty> Line 12: Line 12: * The address is set in the ''init_elphel393.sh'' script on the card's FAT32 partition. * The address is set in the ''init_elphel393.sh'' script on the card's FAT32 partition. -==init_elphel393.sh==+==<font color="blue">init_elphel393.sh</font>== * Before boot set SENSOR_TYPE: * Before boot set SENSOR_TYPE: ** SENSOR_TYPE=5 - for 5MPix sensors ** SENSOR_TYPE=5 - for 5MPix sensors Line 19: Line 19: * Change the default IP address * Change the default IP address -==Boot==+==<font color="blue">Boot</font>== * on power-on boots from NAND flash: u-boot, device tree and kernel. * on power-on boots from NAND flash: u-boot, device tree and kernel. devicetree has "chosen = ...root=/dev/mmcblk0p2..." - rootfs is on the micro SD card second partition. devicetree has "chosen = ...root=/dev/mmcblk0p2..." - rootfs is on the micro SD card second partition. -==Command line access==+==<font color="blue">Command line access</font>== ssh root@192.168.0.8 ssh root@192.168.0.8 -==Serial console access==+==<font color="blue">Serial console access</font>== -* Use microUSB-USB cable to connect to PC - the cable's end should be thin enough otherwise interferes with the micro SD card.+* Use a ''microUSB-USB cable'' to connect to PC - the cable's end should be thin enough otherwise interferes with the micro SD card. -* Terminal: '''minicom -c on'''+* Linux: '''minicom -c on''' -(setup the device and speed - default settings might just work: /dev/ttyUSB0, 115200 8N1, No for hardware/software flow control)+** likely device: <b>/dev/ttyUSB0</b> +** settings: <b>115200 8N1, no</b> for hardware/software flow control -==Get images==+==<font color="blue">Get images</font>== channel 1: http://192.168.0.8:2323/noexif/img channel 1: http://192.168.0.8:2323/noexif/img Line 41: Line 42: channel 4: http://192.168.0.8:2326/noexif/img channel 4: http://192.168.0.8:2326/noexif/img -==Change parameters==+==<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. Line 58: Line 59: |} |} -==Temperature monitor==+==<font color="blue">Temperature monitor</font>== * http://192.168.0.8/hwmon.html: * http://192.168.0.8/hwmon.html: ** T<sub>shutdown</sub> - automatic shutdown temperature level ** T<sub>shutdown</sub> - automatic shutdown temperature level Line 65: Line 66: |} |} -==Proper shutdown==+==<font color="blue">Proper shutdown</font>== shutdown -hP now shutdown -hP now -==Firmware image==+==<font color="blue">Firmware image</font>== * [http://community.elphel.com/files/393/20160526/ 20160526 (new)] * [http://community.elphel.com/files/393/20160526/ 20160526 (new)] * [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)] -==Known problems==+==<font color="blue">Known problems</font>== * Vertical artifacts in jpegs. Images are ok at 100% quality. Fixed, testing. * Vertical artifacts in jpegs. Images are ok at 100% quality. Fixed, testing. * http://192.168.0.8:232x/noexif/mimg - multipart jpeg displays corrupted frames from time to time. Reason: network bandwidth? * http://192.168.0.8:232x/noexif/mimg - multipart jpeg displays corrupted frames from time to time. Reason: network bandwidth? Oleg05/31/16 [vdt-plugin][master] by Andrey Filippov: regenerated .gitignore
Andrey Filippov committed changes to the Elphel git project :
regenerated .gitignore
regenerated .gitignore
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
Using camogm with Elphel393 camera
← Older revision
Revision as of 18:56, 31 May 2016
Line 47:
Line 47:
Alternatively, the status information output can be redirected to a file as described in [[Camogm#Sending_Commands_to_camogm|Sending commands to camogm]]. Alternatively, the status information output can be redirected to a file as described in [[Camogm#Sending_Commands_to_camogm|Sending commands to camogm]].
+
+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].
Mikhail
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
Tmp manual
← Older revision
Revision as of 18:55, 31 May 2016
Line 1:
Line 1:
==Connections== ==Connections==
-* [[FPC_cables|sensors to system board]]+* Connect [[FPC_cables|sensors to system board]] - FPC cables are not symmetrical
* Ports: * Ports:
{| {|
Oleg