|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| uint8_t * MayaFlux::Kakshya::CameraContainer::mutable_frame_ptr | ( | ) |
Mutable pointer into m_data[0] for the caller to write decoded pixels.
Mirrors VideoStreamContainer::mutable_slot_ptr() for ring mode, but operates on the single flat-mode frame. The caller (CameraReader) writes width * height * channels bytes at this address, then calls mark_ready_for_processing(true).
Definition at line 29 of file CameraContainer.cpp.
References MayaFlux::Kakshya::VideoStreamContainer::m_data.