3#include "../../global.hpp"
5#include "../_decl/decl_video_image.hpp"
6#include "../_decl/decl_video_device.hpp"
16 inline std::chrono::milliseconds VideoImage::FrameTime()
const
18 return std::dynamic_pointer_cast<const VideoDevice>(
Parent())->FrameTime();
DevicePtr Parent() const noexcept
Gets the parent device of this image.
Definition decl_device_image.hpp:47
Namespace for driver or device related operations.
Definition decl_composite.hpp:28
Root namespace for the Image Manager interface.
Definition c_bayer_to_rgb.h:17