Difference between revisions of "Camogmgui"

From ElphelWiki
Jump to: navigation, search
(Plans for Future Releases)
Line 1: Line 1:
 
==Webbased '''G'''raphical '''U'''ser '''I'''nterface for camogm called '''camogmgui'''==
 
==Webbased '''G'''raphical '''U'''ser '''I'''nterface for camogm called '''camogmgui'''==
  
This interface enables to directly record video to internal camera HDD or CF card using just the browser.
+
This interface enables to directly record video to internal/external camera HDD or CF card using just the browser.
  
 
==Prerequisites==
 
==Prerequisites==
Line 119: Line 119:
  
 
[http://www.oneartplease.com/files/camogmgui.tar.gz camogmgui.tar.gz]
 
[http://www.oneartplease.com/files/camogmgui.tar.gz camogmgui.tar.gz]
 +
 +
==Software Interface==
 +
 +
The GUI strongly relies on AJAX requests to update contents on the fly. These AJAX commands can be (re)used from external programs as well.
 +
 +
The following commands are available:

Revision as of 04:20, 15 June 2009

Webbased Graphical User Interface for camogm called camogmgui

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

Prerequisites

To record video to a brand new HDD it has to be partitioned and formatted first.

To do so follow this guide from Steps 1 - 4.

Camogmgui will takes care of the remaining step 5 and 6 (mounting the HDD) itself.

Plans for Future Releases

  • update free hdd space dynamically while recording
  • DNG converter for JP4 images

Changelog

camogmgui Version 0.8

Version 0.8

  • added support for USB sound devices, underlying camogm2 is still buggy though and therefore disabled
  • added support for geotagging, underlying camogm2 is still buggy though and therefore disabled
  • mounting of different devices/partitions like external SATA devices is now possible, still needs testing though
  • added buffer graph, still unexpected behaviour
  • used different method to set quicktime mov as default format
  • bug fixes


No release URL this time as from now on latest source files need to be obtained directly from the CVS tree.



Version 0.7

  • updated to work with 8.0 firmware
  • advanced naming scheme tab added
  • debug output added
  • bug fixes

camogmgui_0_7.zip



camogmgui Version 0.6

Version 0.6

I think we are getting close to a first major 1.0 release. As always please provide feedback.

  • sensor state info added
  • added some help text
  • quicktime *.mov is now the default format
  • the filebrowser can now go into subfolders, also create them or set them as target for recordings
  • live video preview image added in expandable tab
  • tabs remember their state across page reloads
  • bug fixes

camogmgui_0_6.zip



camogmgui Version 0.5

Version 0.5

  • good bye bulky placeholder design -> Hello fancy real visual interface
  • camogm is now automatically started from within the script.
  • hdd can be mounted with a single click
  • filebrowser is is alot fancier now
  • frameskip / timelapse problem fixed
  • spry applets added for even more responsive and feature rich layout

camogmgui_0_5.zip



camogmgui Version 0.4

Version 0.4

Anything hdd mounting related can now be done directly inside the gui. I also added a filebrowser so recorded videos can immediately be downloaded. Advanced settings added. The whole script does not rely on any external resources anymore.

I tried starting camogm from within the script as well, but ran into some problems, stay tuned.

So still: before the script can be used camogm must be started manually via shell:

camogm /var/state/camogm_cmd &

camogmgui_0_4.zip



Version 0.3

Some decent progess here. Lots of ajax scripting done to show filesize, datarate, etc. live while recording video files. Record and stop-record commands are also ajax transmitted which makes the GUI much more responsive. Stability issues seem to be solved now as well.

Again: before the script can be used camogm must be started manually via shell:

camogm /var/state/camogm_cmd &

camogmgui_0_3.zip



Version 0.2

I color labeled the parts of the gui and their current grade of operation. Record Format and destination directory are now read from xml output of camogm to fill in the form. The script now checks if both camogm and compressor are running. If the compressor is not running it can be started directly in the GUI. Camogm can not be started in the GUI yet (crashes...).

Before the script can be used camogm must be started manually via shell:

camogm /var/state/camogm_cmd &

camogmgui_0_2.zip



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

Software Interface

The GUI strongly relies on AJAX requests to update contents on the fly. These AJAX commands can be (re)used from external programs as well.

The following commands are available: