Saturday, May 18, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 11196  / 2 Years ago, wed, june 22, 2022, 7:45:52
$ ls -ltrh /dev/video*
crw-rw----+ 1 root video 81, 1 Mai 4 00:17 /dev/video1
crw-rw----+ 1 root video 81, 0 Mai 4 00:17 /dev/video0

This is a laptop so I guess one is the built in camera, and one is the screen. But how can I check which? Is there a way to get more information about one of them?


More From » camera

 Answers
0

You can do this with v4l2-ctl in a terminal:



  1. Open Terminal (if it’s not already open)

  2. Install the utility (if it’s not already installed)
    sudo apt update 
    sudo apt install v4l2-ctl


  3. Run the utility:
    v4l2-ctl --list-devices

    You will see output like this:
    Integrated Camera (usb-0000:00:3b.0-1.2):
    /dev/video0



One of the video devices you see in /dev/video* is a virtual device.


[#1594] Thursday, June 23, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
attagjump

Total Points: 272
Total Questions: 127
Total Answers: 124

Location: Taiwan
Member since Fri, Sep 17, 2021
3 Years ago
attagjump questions
;