LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
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 09-12-2010, 06:02 PM   #1
decksmasher
Member
 
Registered: Jun 2009
Location: UK
Distribution: Ubuntu 10.10 maverick
Posts: 54

Rep: Reputation: 15
cam or camera


Hi guys
I'm using Ubuntu 9.04 jaunty and ive just connected my Sony digital camera to it and I was hoping it would get recognized has a web cam but it doesn't, so can anyone put me in to the right direction off what program to use, so I can see what im seeing through my camera when its on,so basically all I wont to do is plug my camera in to the computer get it recognized and record what im filming on my camera, thanks in advance DEX
 
Old 09-12-2010, 06:14 PM   #2
gdejonge
Member
 
Registered: Aug 2010
Location: Netherlands
Distribution: Kubuntu, Debian, Suse, Slackware
Posts: 317

Rep: Reputation: 73
Please could you give us some more information. Like the type/model of the camera and what type of connection/cable you're using.

_______________
Gerrard
 
Old 09-12-2010, 06:26 PM   #3
decksmasher
Member
 
Registered: Jun 2009
Location: UK
Distribution: Ubuntu 10.10 maverick
Posts: 54

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by gdejonge View Post
Please could you give us some more information. Like the type/model of the camera and what type of connection/cable you're using.

_______________
Gerrard
yes of course its a Sony digital camcorder, the lead im using is not usb but a firewire or ilink lead.Hope this helps.
kind Regards DEX
 
Old 09-12-2010, 06:43 PM   #4
gdejonge
Member
 
Registered: Aug 2010
Location: Netherlands
Distribution: Kubuntu, Debian, Suse, Slackware
Posts: 317

Rep: Reputation: 73
Firewire needs the raw1394 kerneldriver

You can load it with the command:
Code:
modprobe raw1394
After that use:
Code:
lsmod
to check if the driver is loaded.

If the driver is loaded there will be a device called /dev/raw1394 which is the one you need with whatever video programm you use.

___________________
Gerrard
 
Old 09-12-2010, 06:47 PM   #5
decksmasher
Member
 
Registered: Jun 2009
Location: UK
Distribution: Ubuntu 10.10 maverick
Posts: 54

Original Poster
Rep: Reputation: 15
Thanks, do i load this though the terminal.?
 
Old 09-12-2010, 06:52 PM   #6
gdejonge
Member
 
Registered: Aug 2010
Location: Netherlands
Distribution: Kubuntu, Debian, Suse, Slackware
Posts: 317

Rep: Reputation: 73
Yes, just open a console/terminal session and type those commands

__________________
Gerrard
 
Old 09-12-2010, 07:05 PM   #7
decksmasher
Member
 
Registered: Jun 2009
Location: UK
Distribution: Ubuntu 10.10 maverick
Posts: 54

Original Poster
Rep: Reputation: 15
i done this but i get an error, i have given you a screen shot.
Regards DEX
http://i54.tinypic.com/1zz1jqs.png
 
Old 09-12-2010, 07:37 PM   #8
gdejonge
Member
 
Registered: Aug 2010
Location: Netherlands
Distribution: Kubuntu, Debian, Suse, Slackware
Posts: 317

Rep: Reputation: 73
You don't need to install modprobe or raw1394 with apt-get. They are part of the OS and already present on your system.

As I said just type modprobe raw1394 at the commandline.

_______________
Gerrard
 
Old 09-13-2010, 05:47 AM   #9
decksmasher
Member
 
Registered: Jun 2009
Location: UK
Distribution: Ubuntu 10.10 maverick
Posts: 54

Original Poster
Rep: Reputation: 15
Ive done what you said put got this.? does this mean i have it or i need to use a different command .

Regards DEX
[URL="http://i53.tinypic.com/2niu50.png
 
Old 09-13-2010, 09:08 AM   #10
gdejonge
Member
 
Registered: Aug 2010
Location: Netherlands
Distribution: Kubuntu, Debian, Suse, Slackware
Posts: 317

Rep: Reputation: 73
Hi decksmasher,

Yes the driver has been loaded as can be seen in the output of lsmod.

You can ignore the Warning. It's just modprobe complaining about the fact that one of his configuration files hasn't a .conf extension.

You should check if there is a /dev/raw1394 device. If it is there it should function correctly.

______________
Gerrard
 
Old 09-13-2010, 02:37 PM   #11
decksmasher
Member
 
Registered: Jun 2009
Location: UK
Distribution: Ubuntu 10.10 maverick
Posts: 54

Original Poster
Rep: Reputation: 15
@ gdejonge

Thanks for your reply, but I still get this when I try to use my Sony digital camera has a web cam. [URL="http://i54.tinypic.com/28cfqpx.png im really stuck has what to do next if the file has downloaded and im not sure what programs are in ubuntu what I can use so I can use my camera has a web cam. is web cam application the only program or am I missing some thing.

Regards DEX
 
Old 09-13-2010, 10:56 PM   #12
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
gdejonge suggested that the device /dev/raw1394 should be used. Your screenshot shows that you are using /dev/video0

Evo2.
 
Old 09-13-2010, 11:48 PM   #13
FredGSanford
Senior Member
 
Registered: Nov 2005
Location: USA
Distribution: Mageia 7 - Debian 10 - Artix Linux
Posts: 1,142
Blog Entries: 5

Rep: Reputation: 207Reputation: 207Reputation: 207
Once you get it working, you can "sudo apt-get install cheese" to use with the webcam setup.

Quote:
Cheese is a cheesy program to take pictures and videos from your web cam. The project also provides some graphical effects in order to please the users play instinct. Furthermore some integration work will be done to include it in some other programs and services.
 
Old 09-15-2010, 04:43 PM   #14
decksmasher
Member
 
Registered: Jun 2009
Location: UK
Distribution: Ubuntu 10.10 maverick
Posts: 54

Original Poster
Rep: Reputation: 15
Smile

Quote:
Originally Posted by FredGSanford View Post
Once you get it working, you can "sudo apt-get install cheese" to use with the web cam set-up.
@FredGSanford

Hi thanks for reply, but I have done as you have asked and tried to download that file "modprobe raw1394", I have put it in a screen shot to show you.http://i54.tinypic.com/1rt0ev.png but I still cant get it to work, but I did get cheese to download and work just fine but it doesn't recognize my camcorder and that's because I cant get the modprobe raw1394 file to work, but I could be wrong.?
I put in lsmod in to a terminal window and it doesn't show the modprobe file, so I take it it hasn't downloaded or worked.

Kind Regards DEX

Last edited by decksmasher; 09-15-2010 at 04:45 PM.
 
Old 09-15-2010, 04:52 PM   #15
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
modprobe is the command to load a module, not part of the file name. The module raw1394 is loaded.
 
  


Reply



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
IP camera and older PAL camera. Will a RJ45 to co-axle dongle do the trick. metallica1973 Linux - Networking 1 08-28-2008 04:18 AM
would like to play aMSN web cam sessions (.cam extension) using external program Gogul Linux - Software 5 09-17-2006 08:51 AM
USB Logitech STX Camera | sytem startup camera active problem delta function Slackware 0 08-06-2006 04:23 PM
Possible to get video files from USB Creative PC-CAM 300 digital camera/webcam? furfurdemon666 Linux - Hardware 1 08-24-2004 09:33 AM
urgent i have bought the fujifilm a204 dig camera and cant get the pc cam function to obrienqprfc Linux - Newbie 2 11-05-2003 05:09 PM

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

All times are GMT -5. The time now is 03:49 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