Crate cameraunit_fli Copy item path Source CameraInfoFLI This object describes a FLI camera and provides methods for obtaining housekeeping data. CameraUnitFLI This object describes a FLI camera, and provides methods for control and image capture. ImageMetaData Re-export of cameraunit crate.
Image metadata structure.
This structure implements the std::fmt::Display and std::clone::Clone traits. OptimumExposure Re-export of cameraunit crate.
Configuration used to find the optimum exposure. OptimumExposureBuilder Re-export of cameraunit crate.
Builder for the [serialimage::OptimumExposure] calculator. ROI Re-export of cameraunit crate.
This structure defines a region of interest.
The region of interest is defined in the un-binned pixel space. SerialImageBuffer Re-export of cameraunit crate.
A serializable image data container for u8 , u16 and f32 pixel types. DynamicSerialImage Re-export of cameraunit crate.
Dynamic serial image enumeration. This data type encapsulates the specific serial image data types. Error Re-export of cameraunit crate.
Errors returned by camera operations. CameraInfo Re-export of cameraunit crate.
Trait for obtaining camera information and cancelling any ongoing image capture.
This trait is intended to be exclusively applied to a clonable object that can
be passed to other threads for housekeeping purposes. CameraUnit Re-export of cameraunit crate.
Trait for controlling the camera. This trait is intended to be applied to a
non-clonable object that is used to capture images and can not be shared across
threads. get_camera_ids Get the IDs and names of the available ZWO ASI cameras. num_cameras Get the number of available ZWO ASI cameras. open_camera Open a ZWO ASI camera by ID for access. open_first_camera Open the first available ZWO ASI camera for access.