spent the weekend trying to get a usb web cam to work with python there are many false trails on the internet. ended up following
http://www.chioka.in/python-live-video-streaming-example/ https://github.com/log0/video_streaming_with_flask_example and https://blog.miguelgrinberg.com/post/video-streaming-with-flask installed pythons opencv took some time to get things too work. time out error was solved by http://stackoverflow.com/questions/27769561/opencv-python-cv2-videocapture0-grab-and-cv2-videocapture0-read-hangs using mjpeg compression relies on the BBB to decode (tobyte() command is really tostring() command. making live streaming very slow and laggy. began to explore opencv with neon per http://blog.lemoneerlabs.com/3rdParty/Darling_BBB_30fps_DRAFT.html and http://vuanhtung.blogspot.com/2014/04/and-updated-guide-to-get-hardware.html after installing opencv per their instructions i kept getting a file too small error when importing cv2 decide try to reinstall debian image and start over. On Sunday, November 13, 2016 at 4:09:06 PM UTC-6, Chris M wrote: > > Some thoughts and findings as I begin to learn the BBG (Beaglebone Green) > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/dab559b0-680f-4eb4-99a1-6031f29dd488%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
