Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!
Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.
Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!
[Solved] Raspberry Pi - Rasbian - What can my Webcam do?
(@hans)
Famed Member Admin
Joined: 12 years ago
Posts: 2864
Topic starter
December 17, 2013 8:02 AM
With a simple statement, a list of connected USB devices can be retrieved:
lsusb
The result could look something like this:
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 05e3:0510 Genesys Logic, Inc.
Bus 001 Device 005: ID 045e:00b4 Microsoft Corp. Digital Media Keyboard 1.0A
In this case there are 2 devices connect; a webcam (Genesys Logic, Inc.) and a Microsoft keyboard.
To find out the details and capabilities of your webcam try:
lsusb -s 001:004 -v
(where 001 the Bus number is and 004 the Device number)
This can produce a pretty lengthy list of specs, so you might want to consider using:
lsusb -s 001:004 -v | less