Imaging solutions with Free Software & Open Hardware

Who's online

There are currently 0 users online.

06/01/16 [elphel-apps-camogm][framepars] by Mikhail Karpenko: Fix typo

Elphel GIT logs - Wed, 06/01/2016 - 11:04
Mikhail Karpenko committed changes to the Elphel git project :
Fix typo

05/31/16 [linux-elphel][framepars] by Mikhail Karpenko: Merge framepars

Elphel GIT logs - Tue, 05/31/2016 - 21:54
Mikhail Karpenko committed changes to the Elphel git project :
Merge framepars

Using camogm with Elphel393 camera

Wiki Recent Changes - Tue, 05/31/2016 - 21:37

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''' Oleg

Using camogm with Elphel393 camera

Wiki Recent Changes - Tue, 05/31/2016 - 20:52

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) Oleg

Tmp manual

Wiki Recent Changes - Tue, 05/31/2016 - 18:50

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>== Oleg

05/31/16 [linux-elphel][master] by Mikhail Karpenko: Merge sensor_common

Elphel GIT logs - Tue, 05/31/2016 - 18:39
Mikhail Karpenko committed changes to the Elphel git project :
Merge sensor_common

Using camogm with Elphel393 camera

Wiki Recent Changes - Tue, 05/31/2016 - 18:27

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: Oleg

Tmp manual

Wiki Recent Changes - Tue, 05/31/2016 - 18:24

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>== Oleg

Using camogm with Elphel393 camera

Wiki Recent Changes - Tue, 05/31/2016 - 18:16

← 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

Elphel GIT logs - Tue, 05/31/2016 - 15:18
Oleg Dzhimiev committed changes to the Elphel git project :
added gstreamer

05/31/16 [meta-elphel393][framepars] by Oleg Dzhimiev: added e2fsprogs

Elphel GIT logs - Tue, 05/31/2016 - 13:43
Oleg Dzhimiev committed changes to the Elphel git project :
added e2fsprogs

05/31/16 [vdt-plugin][master] by Andrey Filippov: Merge branch 'master' of github.com:Elphel/vdt-plugin

Elphel GIT logs - Tue, 05/31/2016 - 13:40
Andrey Filippov committed changes to the Elphel git project :
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

Elphel GIT logs - Tue, 05/31/2016 - 13:40
Andrey Filippov committed changes to the Elphel git project :
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

Elphel GIT logs - Tue, 05/31/2016 - 13:39
Andrey Filippov committed changes to the Elphel git project :
updated vdt-veditor.parch to match changes in vdt repository

Tmp manual

Wiki Recent Changes - Tue, 05/31/2016 - 13:13

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? Oleg

05/31/16 [vdt-plugin][master] by Andrey Filippov: regenerated .gitignore

Elphel GIT logs - Tue, 05/31/2016 - 13:04
Andrey Filippov committed changes to the Elphel git project :
regenerated .gitignore

05/31/16 [vdt-plugin][master] by Andrey Filippov: Merge branch 'master' of github.com:Elphel/vdt-plugin

Elphel GIT logs - Tue, 05/31/2016 - 13:03
Andrey Filippov committed changes to the Elphel git project :
Merge branch 'master' of github.com:Elphel/vdt-plugin

Using camogm with Elphel393 camera

Wiki Recent Changes - Tue, 05/31/2016 - 12:56

← 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

Elphel GIT logs - Tue, 05/31/2016 - 12:55
Andrey Filippov committed changes to the Elphel git project :
added files to be generated by patching VEditor

Tmp manual

Wiki Recent Changes - Tue, 05/31/2016 - 12:55

← 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

Pages

Subscribe to www3.elphel.com aggregator