ScaFoCamera
Inherits from:Camera
A software-based camera implementation.
This class implements all required abstract methods from the Camera base class.
Suitable for development, validation, and scenarios where physical hardware is not available.
Attributes:
resolution (tuple[int, int]): Image resolution (width, height)
_frame_count (int): Counter for tracking number of frames captured
Inherited methods
- From
Camera:getData,getCameraIntrinsics,setCameraIntrinsics,getCameraSettings,setCameraSettings
init
Arguments
getImage
Arguments
getStereoImagePair
getExtrinsics
Arguments
getCameraMatrix
Arguments
Camera sensor type (‘left’, ‘color’, ‘rgb’, ‘right’). Defaults to ‘left’.