Webcam software?


 
Thread Tools Search this Thread
Operating Systems Linux Debian Webcam software?
# 1  
Old 09-03-2012
Question Webcam software?

Does anyone know if there is a webcam software (like webcamXP), but for Linux (Debian)?
I need to have a program (with GUI), where I can add and manage multiple USB cameras, and be able to upload images via FTP.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Ubuntu

Webcam and Skype not working properly

I recently bought a new HP Spectre x360 laptop and installed Ubuntu 15.10. (I originally went with a later version but I was encountering lots of bugs. This version seems to be more stable for my system). Things are mostly working okay, but not my webcam. If I go to a website to test it, it's... (0 Replies)
Discussion started by: twelth_hour
0 Replies

2. Linux

udev rule + script for setting webcam's mic as audio input

Hello, whenever I plugin my webcam, I want to use its microphone instead of the one integrated in my laptop. I therefore created a udev rule: SUBSYSTEM=="usb", ATTR{idVendor}=="046d", ATTR{idProduct}=="0807", RUN+="/usr/local/bin/webcammic"This rule works, I've tested it with a testscript (the... (0 Replies)
Discussion started by: MojoDodo
0 Replies

3. OS X (Apple)

Webcam stuck in OSX

Hi I have a strange problem. I opened a dmg that supposedly contained the drivers for a webcam (Genius Look 316), i dragged the file to apps and ran it. My camera turned on and the program ran fine. Then I closed the program completely and deleted the application and my webcam wont turn off. I... (0 Replies)
Discussion started by: twerdster
0 Replies

4. Ubuntu

Webcam on xfce?

Hey guys. I'm about as new to Linux as you can get, so bear with me please. I installed Xubuntu on my old laptop to tinker with.. figured it would be a good use of an old machine. One thing I'd like to set up is some security with a webcam. Logitech QuickCam Pro 4000 to be exact. I went about... (22 Replies)
Discussion started by: Chesh
22 Replies

5. UNIX Desktop Questions & Answers

webcam on FreeBSD

Hello, guys ! I'm using FreeBSD 6.0-RELEASE. Can anyone recomend me a good soft that I can use for video conferences ? I mean, something like Yahoo! Messenger on Windows. I want to make a video conference with a friend of mine, but I use FreeBSD and my friend is using Windows. So, any sugestions... (1 Reply)
Discussion started by: Sergiu-IT
1 Replies

6. UNIX for Dummies Questions & Answers

Webcam installation...

I have a webcam and I wish to have it installed under my Linux box (Slack) - it works fine under Windows (when I had it), and I kinda want it installed now. The problem is I have no idea what make/model it is - here is the information on it:... (2 Replies)
Discussion started by: mo0ness
2 Replies
Login or Register to Ask a Question
GPHOTOFS(1)						      Debian GNU/Linux manual						       GPHOTOFS(1)

NAME
gphotofs - filesystem to mount digital cameras DESCRIPTION
GPhotoFS is a filesystem client based on libgphoto2 that exposes supported cameras as filesystems; while some cameras implement the USB Mass Storage class and already appear as filesystems (making this program redundant), many use the Picture Transfer Protocol (PTP) or some other custom protocol. But as long as the camera is supported by libgphoto2, it can be mounted as a filesystem using this program. As libgphoto2 is a userspace library for interacting with cameras, it is natural that if one to build a filesystem ontop of it, one should use FUSE, and that is what I have done. SYNOPSIS
mounting gphotofs <mountpoint> unmounting fusermount -u <mountpoint> NOTES
You must have permission to read and write the device. By default, devices recognized by libgphoto2 are created with read/write access for group "plugdev", so users must be added to this group to use GPhotoFS. LIMITATIONS
GPhotoFS currently can't add or remove directories, rename files or directories, add or modify files and get space information. SEE ALSO
fusermount(1) AUTHOR
This manpage was written by Florian Ragwitz <rafl@debian.org> for the Debian GNU/Linux distribution, but may be used by others under the terms of the GNU General Public License version 2. Debian Project 2011-07-17 GPHOTOFS(1)