Difference between revisions of "Verified Peripherals"
Line 124: | Line 124: | ||
All cameras consistently enumerated as video7, except the Gigaware 25157 Webcam with Microphone, which demonstrated erratic enumeration, sometimes enumerated as video7, sometimes as video0 and other times failing altogether. | All cameras consistently enumerated as video7, except the Gigaware 25157 Webcam with Microphone, which demonstrated erratic enumeration, sometimes enumerated as video7, sometimes as video0 and other times failing altogether. | ||
− | ==IEEE 1394/FireWire Devices== | + | ==IEEE 1394/FireWire Devices with USB Connectivity== |
===Point Grey Cameras=== | ===Point Grey Cameras=== | ||
− | Point Grey Cameras can be connected to a Gumstix Overo configuration using libdc1394 (an API for IEEE1394 / Firewire cameras) and OpenCV, for example. | + | Point Grey Cameras with USB can be connected to a Gumstix Overo configuration using libdc1394 (an API for IEEE1394 / Firewire cameras) and OpenCV, for example. The camera used in this particular test was the FireFly MV. Libdc1394 can be easily compiled. |
Revision as of 10:37, 7 February 2013
Contents
Introduction
This page contains information about various peripherals that have been tested by users on various Gumstix platforms.
Please share any information you may have regarding functioning (and non-functioning) devices with the Gumstix Community!
USB Devices
Webcams
Overview
The Gumstix Mailing List received an email from mbelge with some great information about USB cameras that were tested at different resolutions.
The tests were done using a Tobi Expansion Board powered by an Overo FireSTORM COM running on Steve Sakoman's GNOME Linux Image. Both the USB Host port and USB OTG port were used in the tests, the latter by way of a powered Belkin USB hub (USB ID: 05e3:0608). MPlayer was the capture utility, using the following command:
$ mplayer tv:// -tv device=/dev/video7:width=<width>:height=>height
Table of Working Webcams
Make | Model | USB ID | Achieved resolutions on Tobi via | Notes | |
---|---|---|---|---|---|
USB Host | USB OTG | ||||
Gigaware | 25157 Webcam with Microphone | 093a:2700 | With artifacts: 160x120 |
None |
|
Gigaware | 25177 1.3 MP Webcam with Microphone | 0c45:62e0 | 640x480
800x600
|
Intermittently: 160x120 |
|
Logitech | C210 | 046d:819 | 640x480
|
None |
|
Logitech | HD Webcam C310 | 046d:0816 | 640x480
|
160x120 176x144
|
|
Logitech | Webcam C600 | 046d:0808 | 640x480 800x600
|
160x120 175x144 |
|
Device Enumeration
All cameras consistently enumerated as video7, except the Gigaware 25157 Webcam with Microphone, which demonstrated erratic enumeration, sometimes enumerated as video7, sometimes as video0 and other times failing altogether.
IEEE 1394/FireWire Devices with USB Connectivity
Point Grey Cameras
Point Grey Cameras with USB can be connected to a Gumstix Overo configuration using libdc1394 (an API for IEEE1394 / Firewire cameras) and OpenCV, for example. The camera used in this particular test was the FireFly MV. Libdc1394 can be easily compiled.