You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm making an app that needs to stream video captured via the camera. I tried doing it with camera_view.toImage() -- but that only captures the background color... Is there any way to add support for video?
I'm making an app that needs to stream video captured via the camera. I tried doing it with
camera_view.toImage()-- but that only captures the background color... Is there any way to add support for video?