Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potentially switch camera streams to CameraServer #6

Open
ThadHouse opened this issue Jan 3, 2017 · 1 comment
Open

Potentially switch camera streams to CameraServer #6

ThadHouse opened this issue Jan 3, 2017 · 1 comment

Comments

@ThadHouse
Copy link
Member

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.

@jkoritzinsky
Copy link
Member

Both of the camera types use the same core, but I'm all for exploring switching stuff over once CameraServer has USB cameras on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants