|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
How to set up video stream from webcamHello,
This may not be the right forum for this, but I really need help in how to do this. What I would like to do is use my web cam to stream it's video across my lan. The idea here is I have a new grand baby and I would like to attach the camera to her crib. The idea is that if my wife and I hear her, we can just check the feed to see what she is up to. I have done this easily and successfully in M$ but I would like a linux solution if possible. I have wasted several hours today playing with v4l and have not had any success. I must say I am a bit overwhelmed with all the setup and reading I have done. Drak HW scanner shows I have a Misc Module: sn9c102 usb Video camera that really looks awful through cheese. But I figure I can eventually change that. Would anyone have any ideas as to how to accomplish this? Thanks in advance, Phil |
|
|
Re: How to set up video stream from webcam-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Phil Savoie a écrit : > Hello, > > This may not be the right forum for this, but I really need help in > how to do this. What I would like to do is use my web cam to > stream it's video across my lan. > > The idea here is I have a new grand baby and I would like to attach > the camera to her crib. The idea is that if my wife and I hear > her, we can just check the feed to see what she is up to. > > I have done this easily and successfully in M$ but I would like a > linux solution if possible. I have wasted several hours today > playing with v4l and have not had any success. I must say I am a > bit overwhelmed with all the setup and reading I have done. > > Drak HW scanner shows I have a Misc Module: sn9c102 usb Video > camera that really looks awful through cheese. But I figure I can > eventually change that. > > Would anyone have any ideas as to how to accomplish this? > > Thanks in advance, > > Phil > spcaserv : at : http://mxhaard.free.fr/spcaserv.html stream service : spcaserv -d /dev/videox -w 7373 -a 0 -f jpg ( it's not v4l2 compatibl directly) and to watch stream : spcaview -w @IP:7373 (linux and windows version ) or vlc at http://www.videolan.org/vlc/streaming.html or cvlc (curses mode for server) best regard's - -- - -------------------------------------Powered-by---------------------- Yves-Jean Benigni | / / (_)____ __ __ _ __ Administrateur Systèmes&Réseaux | / / / // __ \ / / / /| |/ / Site : www.Benigni.org | / /___ / // / / // /_/ / > < E.Mail: yves-jean@... | /_____//_//_/ /_//_____/ /_/\_\ - ----------------------------------------------------------inside----- << Si tu ne sais pas, demande. Mais si tu sais, partage. >> Registered Linux user #343201 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFK05fDguhQHR19GtMRAt4YAJ9MhROROIorJGKYISTXLnAf1zK7EQCeM7YX m9cb6Co+Urcdm5451+oBLpg= =fQ7d -----END PGP SIGNATURE----- |
|
|
Re: How to set up video stream from webcam-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Phil Savoie a écrit : > Hello, > > This may not be the right forum for this, but I really need help in > how to do this. What I would like to do is use my web cam to > stream it's video across my lan. > > The idea here is I have a new grand baby and I would like to attach > the camera to her crib. The idea is that if my wife and I hear > her, we can just check the feed to see what she is up to. > > I have done this easily and successfully in M$ but I would like a > linux solution if possible. I have wasted several hours today > playing with v4l and have not had any success. I must say I am a > bit overwhelmed with all the setup and reading I have done. > > Drak HW scanner shows I have a Misc Module: sn9c102 usb Video > camera that really looks awful through cheese. But I figure I can > eventually change that. > > Would anyone have any ideas as to how to accomplish this? > > Thanks in advance, > > Phil > for most webcam compliant with sn9c102 module, i use gspca module test with : "remove sn9c102" and "modprobe gspca" and look"dmesg" if you see /dev/video install "cheese" or "vlc" to test the webcam ... or "spcaview" Best Regard's - -- - -------------------------------------Powered-by---------------------- Yves-Jean Benigni | / / (_)____ __ __ _ __ Administrateur Systèmes&Réseaux | / / / // __ \ / / / /| |/ / Site : www.Benigni.org | / /___ / // / / // /_/ / > < E.Mail: yves-jean@... | /_____//_//_/ /_//_____/ /_/\_\ - ----------------------------------------------------------inside----- << Si tu ne sais pas, demande. Mais si tu sais, partage. >> Registered Linux user #343201 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFK05n4guhQHR19GtMRAvSjAKCigSofZxtvl2fREoCctAxDtaqagQCcDSA1 XQAGBWXsg+vY+IMzPq/U2ug= =vAOb -----END PGP SIGNATURE----- |
|
|
Re: How to set up video stream from webcambenigni wrote:
> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Phil Savoie a écrit : > >> Hello, >> >> This may not be the right forum for this, but I really need help in >> how to do this. What I would like to do is use my web cam to >> stream it's video across my lan. >> >> The idea here is I have a new grand baby and I would like to attach >> the camera to her crib. The idea is that if my wife and I hear >> her, we can just check the feed to see what she is up to. >> >> I have done this easily and successfully in M$ but I would like a >> linux solution if possible. I have wasted several hours today >> playing with v4l and have not had any success. I must say I am a >> bit overwhelmed with all the setup and reading I have done. >> >> Drak HW scanner shows I have a Misc Module: sn9c102 usb Video >> camera that really looks awful through cheese. But I figure I can >> eventually change that. >> >> Would anyone have any ideas as to how to accomplish this? >> >> Thanks in advance, >> >> Phil >> >> > for your webcam ... > for most webcam compliant with > sn9c102 module, i use gspca module > test with : > "remove sn9c102" > and > "modprobe gspca" > and look"dmesg" if you see /dev/video > > install "cheese" or "vlc" to test the webcam ... or "spcaview" > > Best Regard's |
|
|
Re: How to set up video stream from webcambenigni wrote:
> Phil Savoie a écrit : > hello > spcaserv : at : http://mxhaard.free.fr/spcaserv.html > stream service : spcaserv -d /dev/videox -w 7373 -a 0 -f jpg ( it's > not v4l2 compatibl directly) > and to watch stream : spcaview -w @IP:7373 (linux and windows version ) > or > vlc at http://www.videolan.org/vlc/streaming.html > or cvlc (curses mode for server) > > best regard's > > Phil |
| Free embeddable forum powered by Nabble | Forum Help |