Multi camera system operation: Difference between revisions

From ElphelWiki
Jump to navigation Jump to search
Oleg (talk | contribs)
Created page with "==Recording== Example for 2 cameras - list comma-separated addresses in the GET line: http://192.168.0.39/multicam/?ip=192.168.0.39,192.168.0.38 ==Download footage== ... ..."
 
Oleg (talk | contribs)
No edit summary
Line 1: Line 1:
==Recording==
==Recording==
Example for 2 cameras - list comma-separated addresses in the GET line:
Example for 2 cameras (2 X-Cams) - list comma-separated addresses in the GET line:
  http://192.168.0.39/multicam/?ip=192.168.0.39,192.168.0.38
  http://192.168.0.39/multicam/?ip=192.168.0.39,192.168.0.38


==Download footage==
==Download footage==
...
* /dev/sda1 - ext4
* /dev/sda2 - raw
===raw partition write pointer position===
root@elphel393:~# cat /mnt/sda1/camogm.disk   
Device          Start LBA      Current LBA    End LBA
/dev/sda2      12500992        38196200        250068992
===scripts for downloading===


[[Category:393]]
[[Category:393]]

Revision as of 23:03, 10 August 2018

Recording

Example for 2 cameras (2 X-Cams) - list comma-separated addresses in the GET line:

http://192.168.0.39/multicam/?ip=192.168.0.39,192.168.0.38

Download footage

  • /dev/sda1 - ext4
  • /dev/sda2 - raw

raw partition write pointer position

root@elphel393:~# cat /mnt/sda1/camogm.disk    
Device          Start LBA       Current LBA     End LBA 
/dev/sda2       12500992        38196200        250068992

scripts for downloading