Crate cameraunit_fli
source ·Structs§
- This object describes a FLI camera and provides methods for obtaining housekeeping data.
- This object describes a FLI camera, and provides methods for control and image capture.
- Re-export of
cameraunit
crate. Image metadata structure. This structure implements thestd::fmt::Display
andstd::clone::Clone
traits. - Re-export of
cameraunit
crate. Configuration used to find the optimum exposure. - Re-export of
cameraunit
crate. Builder for the [serialimage::OptimumExposure
] calculator. - Re-export of
cameraunit
crate. This structure defines a region of interest. The region of interest is defined in the un-binned pixel space.
Enums§
- Re-export of
cameraunit
crate. Dynamic serial image enumeration. This data type encapsulates the specific serial image data types. - Re-export of
cameraunit
crate. Errors returned by camera operations.
Traits§
- 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. - 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.
Functions§
- Get the IDs and names of the available ZWO ASI cameras.
- Get the number of available ZWO ASI cameras.
- Open a ZWO ASI camera by ID for access.
- Open the first available ZWO ASI camera for access.