Difference between revisions of "Camogmgui"

From ElphelWiki
Jump to: navigation, search
(Sandboxcam)
Line 7: Line 7:
 
The nature of the sandboxcam is that it is very temporary as anyone can log in and move/delete it.
 
The nature of the sandboxcam is that it is very temporary as anyone can log in and move/delete it.
  
Currently it is an Elphel 359 with 40GB internal HDD installed. I mounted this HDD at /var/hdd/.
+
Currently it is an Elphel 359 with 40GB internal HDD installed. I mounted this HDD at /var/hdd/:
 +
 
 +
mke2fs /dev/hda1
 +
mkdir /var/hdd
 +
mount /dev/hda1 /var/hdd
  
 
The script is installed on [http://sandboxcam1.elphel.com/var/camogmgui.php sandboxcam1].
 
The script is installed on [http://sandboxcam1.elphel.com/var/camogmgui.php sandboxcam1].
  
 
ftp.sandboxcam1.elphel.com (root/pass) (should work but I got trouble connection, in the end I got it to work with winscp with scp protocol)
 
ftp.sandboxcam1.elphel.com (root/pass) (should work but I got trouble connection, in the end I got it to work with winscp with scp protocol)
 
  
 
==Changelog==
 
==Changelog==

Revision as of 02:39, 1 August 2008

Webbased Graphical User Interface for camogm called camogmgui

This interface enables to directly record video to internal camera HDD or CF card using just the browser.


Sandboxcam

The nature of the sandboxcam is that it is very temporary as anyone can log in and move/delete it.

Currently it is an Elphel 359 with 40GB internal HDD installed. I mounted this HDD at /var/hdd/:

mke2fs /dev/hda1
mkdir /var/hdd
mount /dev/hda1 /var/hdd

The script is installed on sandboxcam1.

ftp.sandboxcam1.elphel.com (root/pass) (should work but I got trouble connection, in the end I got it to work with winscp with scp protocol)

Changelog

Version 0.1

Very basic functionality as of now, format/codec can be selected, target directory can be set, record start/stop, audio recording form is already in the file but not functional yet

(Wiki hosted download link will follow as soon as the wiki permits me to upload anything else than images)

camogmgui.tar.gz