LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-04-2017, 04:01 AM   #1
triciasurfer
LQ Newbie
 
Registered: Oct 2015
Posts: 9

Rep: Reputation: Disabled
Keeping taptop's built-in webcam LED permanently off


How can I keep my built-in webcam's LED (in a laptop) permanently off, even when the camera is in use?

ThinkPad 430, Toshiba Satellite P200, Toshiba Satellite C655

I've tried `uvcdynctrl -c`, but it doesn't appear that "LED1 Mode" (webcam light toggle) is controllable with uvcdynctrl.
Quote:
uvcdynctrl -c
Listing available controls for device video0:
Brightness
Contrast
Saturation
Hue
White Balance Temperature, Auto
Gamma
Power Line Frequency
White Balance Temperature
Sharpness
Backlight Compensation
Exposure, Auto
Exposure (Absolute)
Exposure, Auto Priority
Pan (Absolute)
Tilt (Absolute)
Zoom, Absolute
Privacy

Last edited by triciasurfer; 10-04-2017 at 04:07 AM.
 
Old 10-04-2017, 01:28 PM   #2
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,816
Blog Entries: 13

Rep: Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876
I use black electrical tape.

And I'm serious.

One distribution of Linux, the File Manager showed the USB resource for the webcam, but I didn't know what it was, so I once clicked on it, it went off to think for a while, and then eventually popped up a webcam local view window to show my mug.

Most laptops are black plastic. I have two of them open on my desk right now, and am looking at two small pieces of black electrical tape over the webcam lenses.

Problem solved.

Last edited by rtmistler; 10-04-2017 at 01:37 PM.
 
1 members found this post helpful.
Old 10-04-2017, 03:56 PM   #3
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,363

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Quote:
Originally Posted by rtmistler View Post
I use black electrical tape.

And I'm serious.

One distribution of Linux, the File Manager showed the USB resource for the webcam, but I didn't know what it was, so I once clicked on it, it went off to think for a while, and then eventually popped up a webcam local view window to show my mug.

Most laptops are black plastic. I have two of them open on my desk right now, and am looking at two small pieces of black electrical tape over the webcam lenses.

Problem solved.
I love this.

Sometimes it's refreshing to see a simple non-technical solution to a problem ...

That said, however, my understanding of the OP's post is that she is trying to find a way to turn off the LED light next to the camera, even while it is being used, and not block the lens itself. I believe your solution may still apply, rtmistler ... just thought I'd chime in with my understanding.

Cheers !
 
2 members found this post helpful.
Old 10-04-2017, 06:23 PM   #4
triciasurfer
LQ Newbie
 
Registered: Oct 2015
Posts: 9

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Rickkkk View Post
I love this.

Sometimes it's refreshing to see a simple non-technical solution to a problem ...

That said, however, my understanding of the OP's post is that she is trying to find a way to turn off the LED light next to the camera, even while it is being used, and not block the lens itself. I believe your solution may still apply, rtmistler ... just thought I'd chime in with my understanding.

Cheers !
Rickkkk is righttttt. I want the webcam to still work. It's just the webcam LED I want concealed.

Sadly, I don't think black electrical tape is gonna work for my project.
 
Old 10-04-2017, 08:29 PM   #5
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,081

Rep: Reputation: 432Reputation: 432Reputation: 432Reputation: 432Reputation: 432
Talking

Quote:
Originally Posted by triciasurfer View Post
Rickkkk is righttttt. I want the webcam to still work. It's just the webcam LED I want concealed.

Sadly, I don't think black electrical tape is gonna work for my project.
You need to hack the driver for your webcam, I don't think manufacturer of computers will give you an easy way to turn off the LED.

Of course, if you don't want the black tape. You can easily poke the LED with a hard sharp metal and boom LED spoiled no more light forever.
 
Old 10-04-2017, 08:29 PM   #6
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 18,994
Blog Entries: 28

Rep: Reputation: 6071Reputation: 6071Reputation: 6071Reputation: 6071Reputation: 6071Reputation: 6071Reputation: 6071Reputation: 6071Reputation: 6071Reputation: 6071Reputation: 6071
Fold an index card over and use it to cover the LED.

Aside: I trust you are not planning surreptitious recording.
 
Old 10-04-2017, 08:36 PM   #7
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Some laws prohibit "recording" while the LED is OFF (or missing). The uvcdynctrl lets me control the LED on my c720 webcam. That's about the only way I know of, outside of module parameters. Or code modification. Or hardware modification.
 
Old 10-04-2017, 09:13 PM   #8
triciasurfer
LQ Newbie
 
Registered: Oct 2015
Posts: 9

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by JJJCR View Post
You need to hack the driver for your webcam
Okay, I'm willing to do this, if necessary. How do I go about hacking the webcam driver?
 
Old 10-04-2017, 11:45 PM   #9
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,081

Rep: Reputation: 432Reputation: 432Reputation: 432Reputation: 432Reputation: 432
Talking

Quote:
Originally Posted by triciasurfer View Post
Okay, I'm willing to do this, if necessary. How do I go about hacking the webcam driver?
Hmm..you need to be familiar at least with embedded or firmware programming.

Of course, you need to know which driver, which file you need to change.

Or you can check the chipset of your camera, then you create your own driver to satisfy your needs.
 
2 members found this post helpful.
Old 10-05-2017, 03:25 AM   #10
triciasurfer
LQ Newbie
 
Registered: Oct 2015
Posts: 9

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by JJJCR View Post
Hmm..you need to be familiar at least with embedded or firmware programming.

Of course, you need to know which driver, which file you need to change.

Or you can check the chipset of your camera, then you create your own driver to satisfy your needs.
hi JJJCR.
I'm not in the least bit familiar with embedded or firmware programming.
How can I figure out which driver or file I need to change?
 
Old 10-05-2017, 04:29 AM   #11
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,081

Rep: Reputation: 432Reputation: 432Reputation: 432Reputation: 432Reputation: 432
Wink

Quote:
Originally Posted by triciasurfer View Post
hi JJJCR.
I'm not in the least bit familiar with embedded or firmware programming.
How can I figure out which driver or file I need to change?
I am not sure of your intention whether you want to harm other people or do some malicious act. But to be honest I don't know also which driver or file to change on the system it is so complex and as what I have told you before the manufacturer won't give anyone an easy task to circumvent such feature. It might not be even possible unless you destroy manually the LED or use a black tape.
 
Old 10-05-2017, 07:02 AM   #12
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,816
Blog Entries: 13

Rep: Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876
Quote:
Originally Posted by triciasurfer View Post
Rickkkk is righttttt. I want the webcam to still work. It's just the webcam LED I want concealed.

Sadly, I don't think black electrical tape is gonna work for my project.
Sure it will.

My wife and I cover every LED status light in our bedroom for entire darkness.

You have things like a power plug with a LED on the plug body, and other stuff.

We have a roll of electrical tape conveniently located just for this purpose.

And what "project" are you referring to? I'm just figuring you don't want a bright LED in your face.

Also interested because I've had a zillion laptops and NONE of them have had a LED to accompany the webcam. My phone does, and I can turn it off.
 
Old 10-05-2017, 07:06 AM   #13
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,816
Blog Entries: 13

Rep: Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876Reputation: 4876
Do you mean an ON indicator as opposed to a light for illumination?

https://support.lenovo.com/us/en/solutions/ht072130

This says, for the model indicated, that it is hardwired and intentional so that you'll know it's on.
Quote:
Indicator lights are tied directly with the hardwares. Currently there is no software or special key pressed that will disable the indicator only.

Camera light is designed to be on once the camera is enabled. This design is aimed to protect your privacy and prevent the camera from being enabled maliciously without your notice.

Last edited by rtmistler; 10-05-2017 at 01:54 PM.
 
Old 10-05-2017, 09:25 AM   #14
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,038

Rep: Reputation: 1530Reputation: 1530Reputation: 1530Reputation: 1530Reputation: 1530Reputation: 1530Reputation: 1530Reputation: 1530Reputation: 1530Reputation: 1530Reputation: 1530
If you want it permanently off take apart and cut wire to led
 
Old 10-05-2017, 01:41 PM   #15
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051
^ i don't think this will work because often light emitting diodes are an important part of the circuitry (they are still diodes), and cutting them will cut the flow.
i speak from experience (not with webcams though).
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Webcam with built in Microphone mickeyboa Linux - Hardware 8 06-25-2016 06:45 PM
Covertly activate a webcam without turning on its LED? displace Linux - Security 7 12-23-2013 11:29 AM
HP 1.3MP Built in webcam? sirusx69 Linux - Hardware 2 01-19-2008 04:32 PM
In built webcam in asus laptop matuk_444 Linux - Laptop and Netbook 1 08-01-2007 12:02 PM
HD LED permanently lit ColonelPanic Linux - Hardware 12 07-03-2006 02:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration