Module camera

Module camera 

Source
Expand description

Camera Actor is an actor which is responsible for taking photos and sending the filepath to the Sauron Actor and is the start of the whole image-processing pipeline.

Structs§

Camera 🔒
The Camera Actor
CameraHandle
Camera’s handle. Used to interact with the actor.

Enums§

CameraMessage 🔒
Messages that can be sent to the Camera actor

Functions§

camera_listen 🔒
Internal function which makes the Camera Actor start listening for CameraMessage.
run_camera_phototaking_loop 🔒
Internal function which actually runs the actual camera phototaking infinite loop.
start_camera_phototaking_loop
This spawns the camera phototaking infinite loop as a tokio blocking thread