|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::IO::VolumeCapture::start | ( | uint32_t | max_frames = 0, |
| uint64_t | frame_interval = 1 |
||
| ) |
Spawn the capture routine, resetting the frame counter.
| max_frames | Stop after this many frames. Zero records until stop(), which at tens of megabytes per frame fills a disk given time. |
| frame_interval | Frames between captures. One records every frame; higher values thin the sequence, which is usually what a large lattice wants. |
Definition at line 287 of file VolumeTransfer.cpp.
References MayaFlux::Vruta::TaskScheduler::add_task(), MayaFlux::Journal::FileIO, MayaFlux::Kriya::FrameDelay::frames_to_wait, MayaFlux::Journal::IO, m_frame, m_max_frames, m_pattern, m_recording, m_scheduler, m_task_name, m_volume, MF_ERROR, MF_INFO, and stop().
Here is the call graph for this function: