acmerobotics / ftc-dashboard

React-based web dashboard designed for FTC
https://acmerobotics.github.io/ftc-dashboard
Other
171 stars 129 forks source link

Document the camera stream method somewhere public #68

Closed NoahBres closed 2 years ago

NoahBres commented 2 years ago

This is asked relatively often in the Discord.

FtcDashboard.getInstance().startCameraStream(camera, 0);

NoahBres commented 2 years ago

Perhaps state that when using EOCV, it requires the camera v2 implementation: https://github.com/acmerobotics/ftc-dashboard/issues/30#issuecomment-699568254

rbrott commented 2 years ago

The docs link to a sample with that line, although some exposition on CameraStreamSource and its implements might be useful.