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
- Camera
Handle - Camera’s handle. Used to interact with the actor.
Enums§
- Camera
Message 🔒 - 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