Skip to content

Add support for video recording

Pavel Machek requested to merge pavel/millipixels:merge-9 into master

Basic design is pretty similar to what we do with photo taking: we save raw frames to disk, then external script is used to turn that into video.

To enable audio recording, script is called both when starting and when finishing a recording. Frames are saved with timestamps. I considered just writing raw sensor data to the disk, but it turns out existing dng export is fast enough for this.

Edited by Pavel Machek

Merge request reports