I haven't tried, so there might be some details I'm not taking into account, but it should be possible. There's nothing about the beaglebone hardware that I can think of that would prevent you from doing it; it's essentially a small UNIX computer with a robotics cape attached, so if there is a limit to the number of cameras you can use, it would more likely be at the operating system level.
There is only one USB port, so you would need a hub to connect more than one over USB. There are also some camera modules that can interface using the I2C bus, so that's another option. I would do some google searching to see what people have done to use multiple cameras on a Raspberry Pi, as the project community is a bit bigger for that platform and I would expect any OS limitations to affect that as well. Someone may have already written up their experiences. Just some random thoughts, I hope that's helpful. -Jeff On Tue, Nov 13, 2018 at 11:02 AM <[email protected]> wrote: > Hello, > > I would like to know if there is a way to connect more than one camera on > beaglebone blue please. > I am developping a an interface on Qt to pilote a BB blue embedded in a > car. > > Thank 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/e99660d8-c729-4786-b42b-a1948971a3d3%40googlegroups.com > <https://groups.google.com/d/msgid/beagleboard/e99660d8-c729-4786-b42b-a1948971a3d3%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CA%2BGC9Mxsqpp%2Bi3Cj-rAn7tp2A9rXk_KeQW2oCpk6-viMLCa0Yw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
