Function braid_run::mainbrain::remote_camera_info_handler
source · async fn remote_camera_info_handler(
__arg0: State<BraidAppState>,
_session_key: SessionKey,
__arg2: Path<String>
) -> impl IntoResponse
Expand description
Query the mainbrain configuration to get data required for camera settings.
Note that this does not change the state of the mainbrain to register anything about the camera but only queries for its configuration. Registration of a new camera is done by flydra_types::BraidHttpApiCallback::NewCamera.