-
Notifications
You must be signed in to change notification settings - Fork 104
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
Simple helper script for AndroidUsbCamera startup #1
Comments
Very good job! I might integrate this into my fork. I'll credit you. |
Great! 2012/1/22 Jacky Alciné <
|
It's iffy, Linux 3.0 doesn't use vloopback, it looks like it uses |
Well, good luck with that! 2012/1/22 Jacky Alciné <
|
It would be, wouldn't it? It'd just take device manufacturers to add the USB Webcam driver to their drivers and have Android expose it as such (only if possible, though). |
I suppose it's possible.. 2012/1/23 Jacky Alciné <
|
It's not only that at times, you can easily write a ROM for it. It's the computer support. If it doesn't have the right drivers, then there's no hope for the end-users.. |
Computer support shouldn't be a problem. 2012/1/23 Jacky Alciné <
|
That's a fun fact. Well, with that in mind, I'd add this to my list of to-dos. I'll keep in touch :) |
Alright then, good luck! :) 2012/1/23 Jacky Alciné <
|
Hello,
First, thank you for making this. I was looking for something like this for a while now.
This isn't really an issue, but I couldn't find any other way to contribute..
I wrote a startup script to make it easier for me to launch AndroidUsbCamera, and I thought it would be nice to share it so I cleaned it up a bit.
It launches the application on the Android device, sets up port forwarding, attempts to auto-detect which video device to use, and finally starts AndroidUsbCamera.
You should only need to adjust line 71 to use the right path to launch AndroidUsbCamera, but I didn't test it extensively.
The text was updated successfully, but these errors were encountered: