LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-22-2020, 08:06 AM   #1
S. Chapelin
Member
 
Registered: Jan 2010
Location: Quebec
Posts: 144

Rep: Reputation: 6
How do I make my laptop chose another camera on mint


In these times of pandemic, I have an old logitech webcam that I plug into my laptop loaded with mint.
How do I make my laptop use my logitech webcam instead of the built-in webcam it came with?
 
Old 10-22-2020, 08:08 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,610

Rep: Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139
Quote:
Originally Posted by S. Chapelin View Post
In these times of pandemic, I have an old logitech webcam that I plug into my laptop loaded with mint. How do I make my laptop use my logitech webcam instead of the built-in webcam it came with?
You go into whatever piece of software you're using, and select it.

Not much more we can tell you, since you don't tell us what kind of camera, version of Mint, or what software you're using.
 
Old 10-22-2020, 08:22 AM   #3
pwnrz
LQ Newbie
 
Registered: Oct 2020
Location: The east coast
Distribution: Ubuntu 20.04
Posts: 2

Rep: Reputation: Disabled
I'd love to help, but I need some more info on what app & what version of Mint you're running. Without that info, I can assume you can change the camera in the software, It's a general feature on most Camera apps.

-Pwnrz
 
Old 10-22-2020, 09:10 AM   #4
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,954

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
The computer doesn't use the camera, or whatever else is connected, the software does. Look in the settings of the program you're running, and you should find a way to select the camera and microphone. Without knowing what software you're using, it's not possible to be more specific.
 
1 members found this post helpful.
Old 10-23-2020, 04:44 AM   #5
S. Chapelin
Member
 
Registered: Jan 2010
Location: Quebec
Posts: 144

Original Poster
Rep: Reputation: 6
I am on gmail and I want to do teleconferencing with hangouts.
Hangouts doesn't detect my usb camera.
Btw, neither does Cheese.

$ uname -ao
Linux gilles-Aspire-E5-571 5.0.0-32-generic #34~18.04.2-Ubuntu SMP Thu Oct 10 10:36:02 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
 
Old 10-23-2020, 10:13 AM   #6
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,954

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
In that case, try a different camera. Yours might be broken. Or try the camera on a different computer and see if it works there. If you have only one camera and one computer, you might have to spend some money, but webcams aren't that expensive.
 
1 members found this post helpful.
Old 10-24-2020, 11:29 AM   #7
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,610

Rep: Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139
Quote:
Originally Posted by sgosnell View Post
In that case, try a different camera. Yours might be broken. Or try the camera on a different computer and see if it works there. If you have only one camera and one computer, you might have to spend some money, but webcams aren't that expensive.
Agreed; if cheese doesn't pick the camera up it's either dead or so old it's unsupported. Since a new one is about $20-30, I'd not spend much time diagnosing it.
 
Old 10-25-2020, 03:04 AM   #8
headturner
LQ Newbie
 
Registered: Dec 2002
Location: Where the Columbia River is joined by the Yakima and the Snake
Distribution: Mint, Suse,
Posts: 25

Rep: Reputation: 2
Sometimes the problem is in the USB port. Try another port before calling the camera dead.
 
Old 10-30-2020, 05:44 AM   #9
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,438

Rep: Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591
A lot of cameras use the uvcvideo module these days. If the internal camera is picked up first, you may have issues as uvcvideo only loads one copy afaik. Can you nobble/disable/unconfigure/exclude that built-in camera from hardware detection? ~Is it in the BIOS perchance?
 
Old 10-30-2020, 10:41 AM   #10
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 22 MATE, Peppermint OS-Devuan, EndeavourOS
Posts: 4,324
Blog Entries: 48

Rep: Reputation: 1596Reputation: 1596Reputation: 1596Reputation: 1596Reputation: 1596Reputation: 1596Reputation: 1596Reputation: 1596Reputation: 1596Reputation: 1596Reputation: 1596
S. Chapelin,

Diconnect the Logitech webcam, open a Terminal and find the ID of your internal webcam with this command:

Code:
 lsusb
A similar thread here:
https://forums.linuxmint.com/viewtopic.php?t=304746
To turn the camera off every time the computer is booted, you also need to add a line to cron scheduler.

Webcam disabling in Linux:
http://karlcode.owtelse.com/blog/201...orts-on-linux/
 
Old 10-30-2020, 10:54 AM   #11
ofbarea
LQ Newbie
 
Registered: Oct 2020
Location: Costa Rica
Distribution: Lubuntu, Ubuntu DDE
Posts: 15

Rep: Reputation: Disabled
An small and ease to use application to test the web cam is “cheese”.
I have used it successfully on Ubuntu and Void Linux.

https://wiki.gnome.org/Apps/Cheese
 
Old 10-30-2020, 11:47 AM   #12
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,610

Rep: Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139Reputation: 8139
Quote:
Originally Posted by ofbarea View Post
An small and ease to use application to test the web cam is “cheese”.
I have used it successfully on Ubuntu and Void Linux.

https://wiki.gnome.org/Apps/Cheese
Right...that application has already been suggested to the OP, and they stated it didn't work.
 
  


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
[SOLVED] Copy /home dir. old laptop (Mint 19.1 XFCE) to new laptop (Mint 19.1 XFCE)? Klaas Vaak Linux - Laptop and Netbook 15 05-05-2019 08:54 AM
Another "Please help me chose a distro" thread but for a Dell Latitude D800 soulg77 Linux - Laptop and Netbook 6 09-08-2014 09:01 AM
help me chose a wireless card lubricated Linux - Laptop and Netbook 11 02-12-2004 12:39 PM
Why I chose Slackware odin123 Slackware 5 11-26-2003 06:29 AM
Germans chose Linux over MS cokeonice Linux - General 2 05-29-2003 10:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 02:30 AM.

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