Webcam on xfce?


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Webcam on xfce?
# 15  
Old 07-29-2008
Oh, and I'm running Xubuntu 8.04.1 so I guess this is talking about an older version?
# 16  
Old 07-30-2008
It should work just fine. The only difference between Ubuntu and Xubuntu is the GUI (though it's possible that some of the GTK stuff which is included with Gnome will be missing with XFCE). Try it and get back here if it doesn't work.
# 17  
Old 07-30-2008
Ok.. so I installed wxWidgets just fine. I went back to wxCam and ./configure; make
Got a long string of normal looking responses, but at the bottom was this:

Code:
checking for pkg-config... no
checking for WXCAM... configure: error: The pkg-config script could not be found or is too old.  Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.

Alternatively, you may set the environment variables WXCAM_CFLAGS
and WXCAM_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

To get pkg-config, see <http://pkg-config.freedesktop.org/>.
See `config.log' for more details.
make: *** No targets specified and no makefile found.  Stop.

I followed the link and got sent the a wiki. They linked another site and I could not find the file there.
# 18  
Old 07-30-2008
You can install the Ubuntu pkg-config package.

To find which package provides a particular file, try Ubuntu -- Ubuntu Packages Search (search for "packages containing bin/pkg-config" in this case).

I would still recommend you try to install the ready-made .deb they provide at wxcam.sf.net rather than try to build it yourself.
# 19  
Old 07-30-2008
I see an option for distribution. Options are dapper, hardy, gutsy, and feisty. I've seen these names before, but never explained. Which one am I using and what are the differences?

Also, I didn't know I could use the .deb good to know. Thanks. I'll try that.
# 20  
Old 07-30-2008
This is the sound of a forehead being slapped. Yes, I can even mess up something simple.

Code:
chesh@machina:~$ sudo dpkg -i /wxcam_1.0.1_i386.deb
[sudo] password for chesh: 
dpkg: error processing /wxcam_1.0.1_i386.deb (--install):
 cannot access archive: No such file or directory
Errors were encountered while processing:
 /wxcam_1.0.1_i386.deb
chesh@machina:~$ sudo dpkg -i wxcam_1.0.1_i386.deb
Selecting previously deselected package wxcam.
(Reading database ... 92805 files and directories currently installed.)
Unpacking wxcam (from wxcam_1.0.1_i386.deb) ...
dpkg: dependency problems prevent configuration of wxcam:
 wxcam depends on libmjpegtools0c2a (>= 1:1.8.0); however:
  Package libmjpegtools0c2a is not installed.
 wxcam depends on libxvidcore4 (>= 1:1.0.0-0.0); however:
  Package libxvidcore4 is not installed.
dpkg: error processing wxcam (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 wxcam

# 21  
Old 07-30-2008
You can install those packages with apt-get. dpkg doesn't know how to fetch packages which this one depends on, but apt-get does.

Code:
sudo apt-get install libmjpegtools0c2a libxvidcore4

That should solve it, but if there are additional unmet dependencies, just repeat.

The Ubuntu release names are documented at e.g. Ubuntu - Wikipedia, the free encyclopedia, or use Google
Login or Register to Ask a Question

Previous Thread | Next Thread

7 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. Debian

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. (0 Replies)
Discussion started by: Guldstrand
0 Replies

4. 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

5. Shell Programming and Scripting

Simple BASH shell script to rename webcam jpg and copy into a new directory.

System: Ubuntu Intrepid Ibex I'm running webcamd as a sort of "security" program, but I need a script that will archive my webcam.jpg files. So, take the following file: /home/slag/www/webcam.jpg Rename it--preferably with a time stamp. Place it in say: /home/slag/www/history/ ... (4 Replies)
Discussion started by: robfindlay
4 Replies

6. 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

7. 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