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

Use webcam via GoCV #10

Closed
gbaeke opened this issue Jan 7, 2019 · 3 comments
Closed

Use webcam via GoCV #10

gbaeke opened this issue Jan 7, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@gbaeke
Copy link

gbaeke commented Jan 7, 2019

Webcam can be used from Go with GoCV. Resulting mat can then be encoded to jpg if needed.

@esimov
Copy link
Owner

esimov commented Jan 7, 2019

Yes, but this means another third party dependency module should be included into the library which as much as possible i want to avoid. But anyway until i found a better alternative i can take your advice.

@esimov esimov added the enhancement New feature or request label Jan 7, 2019
@freman
Copy link

freman commented Jan 7, 2019

Make the webcam an interface which would allow you to provide people with many ways of providing camera data... or add their own?

@esimov
Copy link
Owner

esimov commented Feb 11, 2019

I opted to go with my original idea, that to not involve any third party modules. For POC I included two examples: one running on the web and another one running natively on python. Each of them are using Python for Webcam capture. The examples are included in the examples folder.

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

No branches or pull requests

3 participants