Difference between revisions of "Eyesis4Pi workflow"
From ElphelWiki
Line 4: | Line 4: | ||
==Actual Workflow== | ==Actual Workflow== | ||
− | === | + | ===Footage Acquisition=== |
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 70: | Line 70: | ||
|} | |} | ||
− | ===Post-Processing | + | ===Post-Processing=== |
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 112: | Line 112: | ||
|style="padding:0px 15px 0px 15px;"| Optional | |style="padding:0px 15px 0px 15px;"| Optional | ||
|} | |} | ||
− | <sup>1</sup>- per panorama | + | <sup>1</sup>- per single panorama images set |
== WebGUI (recording)== | == WebGUI (recording)== |
Revision as of 15:49, 31 August 2012
Contents
Preface
The following page describes the Eyesis4Pi camera software and post-processing procedures.
Actual Workflow
Footage Acquisition
Step | Description | Time, min | Comment |
---|---|---|---|
1 | Mounting on a vehicle | 15 | We do not provide racks or backpacks yet |
2 | Power on and boot | 1 | |
3 | Network setup | 0-1 | |
4 | Accessing the WebGUI | 0-1 | The camera is controlled through a WebGUI |
5 | System tests | 0-1 | Optional |
6 | Waiting for GPS lock | 0-10 | Cold start can take up to 10 min |
7 | Setting up paths and shooting parameters | 0-1 | Initial settings can take longer time of course |
8 | Start recording | - | |
9 | Stop recording | - | |
10 | Downloading GPS/IMU log | 0-10 | Download onto recording PC, depends on the file size. |
11 | Camera power off | 0-1 | Power off the switch, unplug cables |
12 | Taking the camera off the vehicle | 10 | If needed |
Post-Processing
Step | Description | Time, min | Comment |
---|---|---|---|
1 | Copying footage to the PCs for processing | 10-30 | |
2 | Selecting images for post-processing | ? | Optional, if not all the images are needed |
3 | Copying images for post-processing | 10-30 | |
4 | Post-processing in ImageJ | 20-301 | Output: transformed according pixel map images ready for stitching and blending
|
5 | Stitching and blending | 2-51 | Output panoramas in equirectangular projection |
6 | Preparing panoramas for WebGL Viewer | 2-51 | Optional |
1- per single panorama images set
WebGUI (recording)
- PHP+JavaScript+HTML.
- Installed on the laptop or PC used for recording.
Output
- Images in a JP4 format(a RAW format with a better quality than *.jpeg).
- Binary log with the IMU,GPS and Internal Timestamp records.
Post-Processing
A. WebGUI part (PHP + JavaScript + HTML)
- Copying images before processing.
- Extracting GPS coordinates from images.
- Stitching (after ImageJ).
- Formatting/resizing the results.
B. ImageJ part (Java)
- Applying pixel mapping information
- Aberration correction
- Distortion correction
- Vignetting correction
- Color correction
- Denoising
- Sharpening
Links