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 android as webcam? #32

Open
anandijain opened this issue Nov 22, 2023 · 1 comment
Open

use android as webcam? #32

anandijain opened this issue Nov 22, 2023 · 1 comment

Comments

@anandijain
Copy link

Thanks for the amazing work!
I was wondering how much additional work it would be to use the camera as an external webcam. It seems like it probably would use a lot of the same work

@teamclouday
Copy link
Owner

Yes, I was a contributor of this project called OpenCamera. The idea was to use Android phone camera as Windows pc camera.

But there are limitations, mostly on the Windows side. The best way to simulate a camera from video stream on Windows is to write a driver. However, we weren't able to pay for a driver certificate. So instead we used an API called DirectShow, which is legacy API and therefore only supported by a few softwares that use webcam.

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