OpenFTC / EasyOpenCV

Finally, a straightforward and easy way to use OpenCV on an FTC robot!
213 stars 95 forks source link

Constant Streaming #49

Closed NikhilRao21 closed 1 year ago

NikhilRao21 commented 1 year ago

How do you get constant streaming to work on the camera?

Windwoes commented 1 year ago

What do you mean? Can you elaborate?

SriramKalki commented 1 year ago

He is probably asking if there is a way to view camera stream without having to "Tap to refresh"

Windwoes commented 1 year ago

Ah. Well the answer is that is an SDK limitation and there's no way around it. You can however connect the Control Hub to an HDMI monitor, or you can use scrcpy to mirror the screen over ADB.

NikhilRao21 commented 1 year ago

ok thanks