How can I list the available video modes for a USB webcam in Linux?

gatoatigrado

I faintly recall that once upon a time, I found a command-line tool (something involving "UVC") to list the supported resolutions & modes of a USB webcam camera (e.g. PAL, 640x480) in Linux, but alas, I've lost it. Does anyone know what I'm talking about? I want something that will give something like,

> list-uvc-modes /dev/video1
PAL, YUYV, 640x480, 30 FPS
NTSC, MJPEG, ...

Thanks!

nerdwaller

If you have v4l (video 4 linux 2) installed you can do:

v4l2-ctl --list-formats

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I stream my desktop/screen to /dev/video1 as a (fake) "webcam" on Linux?

From Java

How can I correctly provide a mock webcam video to Chrome?

From Dev

How can I change video source from webcam to file in matlab

From Dev

How can I stream video from a webcam to a file on a Beaglebone Black?

From Dev

how can I list available filters

From Dev

How can I list the available color names?

From Dev

how can I list available filters

From Dev

How can I record an mp4 video from a webcam with a different audio source with FFMPEG?

From Dev

List all available USB-ports Linux

From Dev

How to identify USB webcam by serial number from the Linux command line

From Dev

How can I render multiple draw modes?

From Dev

How can I disable my webcam?

From Dev

How can I disable my webcam?

From Dev

How can I adjust the brightness of my webcam?

From Dev

How can I automatically rename, copy and delete files in linux for my ip camera webcam?

From Dev

How do I get advanced Video Modes in assembly?

From Dev

How can I check if cgroups are available on my Linux host?

From Dev

How can I get a list of available methods in a WebAPI web service?

From Dev

How can I see a list of available imports for python?

From Dev

How can I list all available windows locales in python console?

From Dev

How can I get a list of available modules in AngularJS?

From Dev

How can i get a list of all available annotations of some class

From Dev

How can I get the list of NuGet packages available for KRuntime?

From Dev

How can I find the available event list provided by CKeditor 4?

From Dev

How can I know/list available options for kernel modules?

From Dev

How can I know/list available options for kernel modules?

From Dev

How can I get a list of available modules in AngularJS?

From Dev

How can I get the list of NuGet packages available for KRuntime?

From Dev

How can I display the list of available WiFi networks?

Related Related

  1. 1

    How can I stream my desktop/screen to /dev/video1 as a (fake) "webcam" on Linux?

  2. 2

    How can I correctly provide a mock webcam video to Chrome?

  3. 3

    How can I change video source from webcam to file in matlab

  4. 4

    How can I stream video from a webcam to a file on a Beaglebone Black?

  5. 5

    how can I list available filters

  6. 6

    How can I list the available color names?

  7. 7

    how can I list available filters

  8. 8

    How can I record an mp4 video from a webcam with a different audio source with FFMPEG?

  9. 9

    List all available USB-ports Linux

  10. 10

    How to identify USB webcam by serial number from the Linux command line

  11. 11

    How can I render multiple draw modes?

  12. 12

    How can I disable my webcam?

  13. 13

    How can I disable my webcam?

  14. 14

    How can I adjust the brightness of my webcam?

  15. 15

    How can I automatically rename, copy and delete files in linux for my ip camera webcam?

  16. 16

    How do I get advanced Video Modes in assembly?

  17. 17

    How can I check if cgroups are available on my Linux host?

  18. 18

    How can I get a list of available methods in a WebAPI web service?

  19. 19

    How can I see a list of available imports for python?

  20. 20

    How can I list all available windows locales in python console?

  21. 21

    How can I get a list of available modules in AngularJS?

  22. 22

    How can i get a list of all available annotations of some class

  23. 23

    How can I get the list of NuGet packages available for KRuntime?

  24. 24

    How can I find the available event list provided by CKeditor 4?

  25. 25

    How can I know/list available options for kernel modules?

  26. 26

    How can I know/list available options for kernel modules?

  27. 27

    How can I get a list of available modules in AngularJS?

  28. 28

    How can I get the list of NuGet packages available for KRuntime?

  29. 29

    How can I display the list of available WiFi networks?

HotTag

Archive