Expand description
chdkptp — pure-Rust client for Canon cameras running CHDK firmware.
See examples/ for end-to-end usage.
Re-exports§
pub use chdk::ChdkVersion;pub use error::Error;pub use error::Result;pub use ptp::DeviceInfo;pub use ptp::PtpSession;pub use usb::list_cameras;pub use usb::CameraInfo;pub use usb::CANON_VENDOR_ID;