Difference between revisions of "AXIOM Beta as photography camera"

From apertus wiki
Jump to: navigation, search
Line 25: Line 25:
The script automatically names each subfolder and image by a timestamp: %Y%m%d_%H%M%S
The script automatically names each subfolder and image by a timestamp: %Y%m%d_%H%M%S


Execute the snapping by providing the exposure time running eg.:
 
Execute the image snapping by providing the exposure time running eg.:
  ./picture_snap.sh 20ms
  ./picture_snap.sh 20ms

Revision as of 18:34, 28 October 2016

1 Preparations

1.1 Compile raw2dng inside AXIOM Beta

  1. acquire the source files from https://github.com/apertus-open-source-cinema/misc-tools-utilities/tree/master/raw2dng
  2. copy files to AXIOM Beta
  3. remove "-m32" in Makefile
  4. run "make" inside camera

1.2 Install dcraw inside AXIOM Beta

pacman -Sy
pacman -S dcraw

1.3 Picture Snapping script

Download https://github.com/apertus-open-source-cinema/beta-software/blob/master/beta-scripts/picture_snap.sh to camera

make it executeable:

chmod +x picture_snap.sh

2 Operation

picture snaps are saved in subfolders in the cameras /opt/picture-snap/ directory

The script automatically names each subfolder and image by a timestamp: %Y%m%d_%H%M%S


Execute the image snapping by providing the exposure time running eg.:

./picture_snap.sh 20ms