Hi
I wish to use a Galileo board to use 2 cameras at a time to simultaneously capture images. Is this possible on one Galileo board? if not is it possible to use two boards each with a camera and somehow get the boards to communicate as I need to do some image processing in MATLAB with the two images when they are captured. I am a complete novice to the Galileo board and would appreciate any advice fromt aking it out of the box to how to achieve the project described.
Thanks
Pat
Link Copied
Hi PatW87,
First I would suggest to use the eglibc image because it already contains UVC. Another option would be to download the uClibc image and install the UVC package from the AlexT repo. You can check an explanation about the difference between both images following this link /message/241845 https://communities.intel.com/message/241845.
A general step by step guide would look like this:
Once you have /dev/video0 available you can use the webcam with other programs. Let us know if this helps you.
Regards,
PabloM_Intel
Hi PatW87,
First I would suggest to use the eglibc image because it already contains UVC. Another option would be to download the uClibc image and install the UVC package from the AlexT repo. You can check an explanation about the difference between both images following this link /message/241845 https://communities.intel.com/message/241845.
A general step by step guide would look like this:
Once you have /dev/video0 available you can use the webcam with other programs. Let us know if this helps you.
Regards,
PabloM_Intel
For more complete information about compiler optimizations, see our Optimization Notice.