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
CameraServer is going to support both Usb Camera Streams and Http Camera Streams on all platforms, so it seems like a great use case to use it here. Currently Usb cameras are not supported on Windows yet, but Http streams will in the next day or 2. They just return OpenCv images. which I know are fairly easy to convert to bitmaps, so it shouldn't be too hard to implement. We could look into doing this for the http streams now, and then convert the usb streams when that gets added.
The text was updated successfully, but these errors were encountered:
CameraServer is going to support both Usb Camera Streams and Http Camera Streams on all platforms, so it seems like a great use case to use it here. Currently Usb cameras are not supported on Windows yet, but Http streams will in the next day or 2. They just return OpenCv images. which I know are fairly easy to convert to bitmaps, so it shouldn't be too hard to implement. We could look into doing this for the http streams now, and then convert the usb streams when that gets added.
The text was updated successfully, but these errors were encountered: