On Wed, Aug 31, 2016 at 3:19 PM, <[email protected]> wrote: > I want to capture and store an image from a camera connected to Beaglebone > Black via usb in MATLAB-2016 workspace using "webcam" command. Which camera > can i use with the board so that i can interface it easily with MATLAB for > image processing?? >
It'd be easiest to use USB cameras, and most of them are supported by Linux by the video4linux interface. Now, I didn't know you can get a version of Matlab that runs on Beaglebone---but Octave is a FOSS clone of Matlab, so I'd use that. Octave has a video acquisition package http://wiki.octave.org/Image_acquisition_package webcam man page says it "captures images from a video4linux device like bttv, annotates them and and uploads them to a webserver using ftp in a endless loop." so it doesn't seem like the best tool for you. -- 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/CAC%3D1GgHhU-4sEcc6teuzhdMsii-6J5a9zSHv6%3D%3Dsb3Q%3D_uC6mw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
