sendFrames abstract method

Future<void> sendFrames()

Reads a frame from the camera and sends it to the dashboard.

When overriding this function, be sure to check for errors, such as:

  • If the camera does not respond, alert the dashboard
  • If the frame is too large, reduces the quality (increases JPG compression)
  • If the quality is already low, alert the dashboard

Implementation

Future<void> sendFrames();