Crate qhyccd_rs

source ·
Expand description

Structs

  • this struct is used in get_overscan_area, get_effective_area, set_roi and get_roi
  • Camera sensor info
  • The representation of a camera. It is constructed by the SDK and can be used to interact with the camera.
  • The representation of a filter wheel. It is constructed by the SDK and can be used to interact with the filter wheel - every filter wheel is always plugged into a camera.
  • the image data coming from the camera in get_live_frame and get_single_frame
  • used to store readout mode numbers and their descriptions coming from get_readout_mode_name
  • returned from SDK::version
  • The representation of the SDK. It automatically allocates the SDK when constructed and automatically frees resource when deconstructed.

Enums