Python Forum
About Arduino and Python usb webcam tuts - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: About Arduino and Python usb webcam tuts (/thread-25131.html)



About Arduino and Python usb webcam tuts - Simurg - Mar-20-2020

Hi, everybody;

I have USB Host Shield and I want to get a photo or video with using this shield by coding Python, can anybody have a tutorial about this issue?

thank...


RE: About Arduino and Python usb webcam tuts - Larz60+ - Mar-20-2020

I looked around a bit. Couldn't find python code.
Also looked at the datasheet: http://www.sparkfun.com/datasheets/DevTools/Arduino/MAX3421E.pdf
again no luck.
I did however find the following 'C' code: https://github.com/felis/USB_Host_Shield_2.0
If you're 'C' savvy, perhaps you could get something here.
Looks like an interesting project. If I didn't have so much on my table, I'd be interested in writing an interface.