Smart Camera ESP32
An AI-driven, real-time Sentry Turret platform leveraging asynchronous I/O and computer vision to deliver high-precision autonomous motion tracking on resource-constrained embedded hardware.
Loading...
Searching...
No Matches
motion_data.h File Reference
#include <Arduino.h>

Go to the source code of this file.

Classes

class  MotionData
 Clean abstraction for motion detection results. More...
 
class  DetectionMetrics
 Performance and health metrics for the Motion Detection engine. More...
 

Detailed Description

This header defines the data structures used to pass motion information between the Computer Vision pipeline and the Kinetic Engine/Web UI. It ensures that the tracking logic remains decoupled from the specific sensor hardware.