pub fn get_capabilities_all() -> Result<Capabilities>Expand description
Gets the camera devices and capabilities for each.
See the module-level docs for more information.
ยงErrors
This function may return a Error::Io if interaction with the filesystem
fails or a Error::Camera if the camera returns an error.