Module server

Source
Available on crate feature server only.
Expand description

§Generic Camera Server

This module contains the implementation of a generic camera server that can manage multiple cameras.

Structs§

GenCamServer
A generic camera server that can manage multiple cameras.

Enums§

GenSrvCmd
The possible calls that can be made to a generic camera server.
GenSrvValue
The Ok variant of a generic camera server call.

Type Aliases§

GenSrvOutput
The result of a generic camera server call.