0

I executed the following command in terminal and got the output:

Command:

lsmod | grep uvcvideo

Output:

uvcvideo 86016 0

videobuf2_vmalloc 16384 1 uvcvideo

videobuf2_v4l2 24576 1 uvcvideo

videobuf2_core 40960 2 videobuf2_v4l2,uvcvideo

videodev 184320 3 videobuf2_core,videobuf2_v4l2,uvcvideo

media 40960 2 videodev,uvcvideo

Does it mean my webcam is using by some application? I am running no application that uses my webcam and LED is not blinking.

1 Answer 1

1

No.What you show is just kernel module dependency. This is nothing to do with spying.

kernel-module-dependencies-on-Linux

2
  • Please slightly elaborate... Commented Oct 27, 2018 at 4:17
  • 1
    @hanugm added a link you could refer to Commented Oct 27, 2018 at 4:22

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.