Kirjoittaja Aihe: Wiki - Logitech QuickCam Pro 9000  (Luettu 10160 kertaa)

Asmo Koskinen

  • Käyttäjä
  • Viestejä: 4443
    • Profiili
Wiki - Logitech QuickCam Pro 9000
« : 09.12.07 - klo:00.30 »

Wiki - Logitech QuickCam Pro 9000

http://wiki.ubuntu-fi.org/Logitech_QuickCam_Pro_9000

Kysymykset ja kommentit tähän ketjuun.

Ystävällisin terveisin Asmo Koskinen.

Asmo Koskinen

  • Käyttäjä
  • Viestejä: 4443
    • Profiili
Vs: Wiki - Logitech QuickCam Pro 9000
« Vastaus #1 : 10.12.07 - klo:10.23 »
http://wiki.ubuntu-fi.org/Logitech_QuickCam_Pro_9000

Lisäsin Flumotion-osuuden. En tehnyt step-by-step-ohjetta - prosessi on syytä opetella itse, jos ottaa ylipäänsä Flumotionin käyttöön.

Ystävällisin terveisin Asmo Koskinen.

Asmo Koskinen

  • Käyttäjä
  • Viestejä: 4443
    • Profiili
Vs: Wiki - Logitech QuickCam Pro 9000
« Vastaus #2 : 15.12.07 - klo:20.33 »
Lisäsin Flumotion-osuuden.

Pieni kokeilu.

Koodia: [Valitse]
asmok@ubuntu:~$ ffmpeg -f video4linux2 -s 352x288 -r 30 -i /dev/video0
-an -vcodec mpeg4 out.avi
[--]
Input #0, video4linux2, from '/dev/video0':
  Duration: N/A, bitrate: 48660 kb/s
  Stream #0.0: Video: rawvideo, yuyv422, 352x288, 48660 kb/s, 30.00 fps(r)
Output #0, avi, to 'out.avi':
  Stream #0.0: Video: mpeg4, yuv420p, 352x288, q=2-31, 200 kb/s, 30.00
fps(c)
Stream mapping:
  Stream #0.0 -> #0.0
Press [q] to stop encoding
frame=  264 q=14.6 Lsize=     641kB time=8.8 bitrate= 596.8kbits/s   
video:16kB audio:0kB global headers:0kB muxing overhead 3976.306966%
[/code

[code]]asmok@ubuntu:~$ file out.avi
out.avi: RIFF (little-endian) data, AVI, 352 x 288, 30.00 fps, video: FFMpeg MPEG-4

Koodia: [Valitse]
asmok@ubuntu:~$ ls -l out.avi
-rw-r--r-- 1 asmok asmok 656530 2007-12-15 19:52 out.avi

Koodia: [Valitse]
asmok@ubuntu:~$ ffmpeg -i out.avi -r 29.97 out2.avi
[--]
Input #0, avi, from 'out.avi':
  Duration: 00:00:08.8, start: 0.000000, bitrate: 596 kb/s
  Stream #0.0: Video: mpeg4, yuv420p, 352x288, 30.00 fps(r)
Output #0, avi, to 'out2.avi':
  Stream #0.0: Video: mpeg4, yuv420p, 352x288, q=2-31, 200 kb/s, 29.97 fps(c)
Stream mapping:
  Stream #0.0 -> #0.0
Press [q] to stop encoding
frame=  264 q=11.0 Lsize=     640kB time=8.8 bitrate= 594.9kbits/s   
video:628kB audio:0kB global headers:0kB muxing overhead 1.885501%

Kokeilu:

http://www.arkki.info/howto/LogitechPro9000/out.avi
http://www.arkki.info/howto/LogitechPro9000/out.ogg

Avi-tiedoston saa muutettua Ogg Theora-tiedostoksi näppärällä työkalulla, Gutsyssä on vanha:

http://oggconvert.tristanb.net/download/ubuntu-package/

Ystävällisin terveisin Asmo Koskinen.[/code]
« Viimeksi muokattu: 15.12.07 - klo:20.40 kirjoittanut Asmo Koskinen »

Asmo Koskinen

  • Käyttäjä
  • Viestejä: 4443
    • Profiili
Vs: Wiki - Logitech QuickCam Pro 9000
« Vastaus #3 : 15.12.07 - klo:21.41 »
http://www.arkki.info/howto/LogitechPro9000/out.avi
http://www.arkki.info/howto/LogitechPro9000/out.ogg

Sama aika, sama Bat-kanava... halpa MiniDV-kamera...

http://www.arkki.info/howto/LogitechPro9000/out.flv

Minusta tuo webkamera ei ole ollenkaan hullumpi.

Mutta nämä ovat tänään eilistä, ensi jouluna meillä kaikilla on Full HD-kamerat ja Blue Ray-polttavat.

Mutta mitähän se sisältö voisi olla ässän, ässän ja ässän lisäksi?

http://vimeo.com/435035

Ystävällisin terveisin Asmo Koskinen.

samsunix

  • Käyttäjä
  • Viestejä: 203
    • Profiili
    • samuliweb
ostin tuon samaisen kameran viimeviikolla ja asentelu on tässä juuri meneillään.
7.10 ubuntu versiossa puuttuu käsittääkseni tämä paketti jonka laitetta käyttävä UVCView softa tarvitsee: libgtk2.0-dev
joten asennus menee siis jotakuinkin näin:

Tee kansio uvcview ja mene sinne.
Koodia: [Valitse]

wget http://www.nurs.or.jp/~ogochan/hack/uvcview-20070607.tar.gz
gzip -d uvcview-20070607.tar.gz
tar xvf uvcview-20070607.tar
sudo apt-get install libgtk2.0-dev
./configure
make

näin teoriassa. Itse kuitenkin saan seuraavan virheilmoituksen make kohdassa:
Lainaus
/usr/include/linux/videodev2.h:482: error: field ‘timestamp’ has incomplete type
make[2]: *** [callbacks.o] Virhe 1
make[2]: Poistutaan hakemistosta "/home/samsunix/ohjelmat/uvcview-20070607/src"
make[1]: *** [all-recursive] Virhe 1
make[1]: Poistutaan hakemistosta "/home/samsunix/ohjelmat/uvcview-20070607"
make: *** [all] Virhe 2

edit: hmm. .. tämän ohjelman pitäisi olla valmiina 7.10 ?
« Viimeksi muokattu: 15.03.08 - klo:22.26 kirjoittanut samsunix »

Asmo Koskinen

  • Käyttäjä
  • Viestejä: 4443
    • Profiili
näin teoriassa. Itse kuitenkin saan seuraavan virheilmoituksen make kohdassa:
/usr/include/linux/videodev2.h:482: error: field ‘timestamp’ has incomplete type

Niin no. Sain saman virheilmoituksen. Googlaamalla löytyi tämä sivu:

http://freshmeat.net/projects/uvcview/
http://freshmeat.net/redir/uvcview/69178/url_tgz/uvcview-20071108.tar.gz

Eikös uvcview-20071108.tar.gz ole uudempi kuin uvcview-20070607? Joka tapauksessa tuo meni läpi.

Koodia: [Valitse]
asmok@ubuntu:~/Bin/uvcview-20071108$ ./autogen.sh
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

processing .
Creating ./aclocal.m4 ...
Running glib-gettextize...  Ignore non-fatal messages.
Copying file mkinstalldirs
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Making ./aclocal.m4 writable ...
Running aclocal  ...
/usr/share/aclocal/oaf.m4:4: warning: underquoted definition of AM_PATH_OAF
/usr/share/aclocal/oaf.m4:4:   run info '(automake)Extending aclocal'
/usr/share/aclocal/oaf.m4:4:   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
Running autoheader...
Running automake --gnu  ...
Running autoconf ...
Running ./configure --enable-maintainer-mode ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PACKAGE... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
Now type `make' to compile.

Koodia: [Valitse]
asmok@ubuntu:~/Bin/uvcview-20071108$ make
cd . && /bin/bash /home/asmok/Bin/uvcview-20071108/missing --run autoheader
rm -f stamp-h1
touch config.h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: Siirrytään hakemistoon "/home/asmok/Bin/uvcview-20071108"
Making all in src
make[2]: Siirrytään hakemistoon "/home/asmok/Bin/uvcview-20071108/src"
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT configfile.o -MD -MP -MF .deps/configfile.Tpo -c -o configfile.o configfile.c
mv -f .deps/configfile.Tpo .deps/configfile.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT device.o -MD -MP -MF .deps/device.Tpo -c -o device.o device.c
mv -f .deps/device.Tpo .deps/device.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT image.o -MD -MP -MF .deps/image.Tpo -c -o image.o image.c
mv -f .deps/image.Tpo .deps/image.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT memory.o -MD -MP -MF .deps/memory.Tpo -c -o memory.o memory.c
mv -f .deps/memory.Tpo .deps/memory.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT timer.o -MD -MP -MF .deps/timer.Tpo -c -o timer.o timer.c
mv -f .deps/timer.Tpo .deps/timer.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT option.o -MD -MP -MF .deps/option.Tpo -c -o option.o option.c
mv -f .deps/option.Tpo .deps/option.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT monstring.o -MD -MP -MF .deps/monstring.Tpo -c -o monstring.o monstring.c
mv -f .deps/monstring.Tpo .deps/monstring.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT input-uvc.o -MD -MP -MF .deps/input-uvc.Tpo -c -o input-uvc.o input-uvc.c
mv -f .deps/input-uvc.Tpo .deps/input-uvc.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT support.o -MD -MP -MF .deps/support.Tpo -c -o support.o support.c
mv -f .deps/support.Tpo .deps/support.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT interface.o -MD -MP -MF .deps/interface.Tpo -c -o interface.o interface.c
mv -f .deps/interface.Tpo .deps/interface.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT callbacks.o -MD -MP -MF .deps/callbacks.Tpo -c -o callbacks.o callbacks.c
mv -f .deps/callbacks.Tpo .deps/callbacks.Po
gcc  -g -O2   -o uvcview main.o configfile.o device.o image.o memory.o timer.o option.o monstring.o input-uvc.o support.o interface.o callbacks.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  -lpthread
make[2]: Poistutaan hakemistosta "/home/asmok/Bin/uvcview-20071108/src"
Making all in po
make[2]: Siirrytään hakemistoon "/home/asmok/Bin/uvcview-20071108/po"
make[2]: Kohteelle "all" ei tarvitse tehdä mitään.
make[2]: Poistutaan hakemistosta "/home/asmok/Bin/uvcview-20071108/po"
make[2]: Siirrytään hakemistoon "/home/asmok/Bin/uvcview-20071108"
make[2]: Poistutaan hakemistosta "/home/asmok/Bin/uvcview-20071108"
make[1]: Poistutaan hakemistosta "/home/asmok/Bin/uvcview-20071108"

Koodia: [Valitse]
asmok@ubuntu:~/Bin/uvcview-20071108$ ls
aclocal.m4      config.guess   configure.in  Makefile.in    stamp-h1
AUTHORS         config.h       COPYING       missing        stamp-h.in
autogen.sh      config.h.in    depcomp       mkinstalldirs  uvcview.spec
autom4te.cache  config.log     INSTALL       NEWS
capture.glade   config.status  install-sh    po
capture.gladep  config.sub     Makefile      README
ChangeLog       configure      Makefile.am   src
asmok@ubuntu:~/Bin/uvcview-20071108$ cd src
asmok@ubuntu:~/Bin/uvcview-20071108/src$ ls
callbacks.c   device.h     input-uvc.o  Makefile.in  option.h   types.h
callbacks.h   device.o     interface.c  memory.c     option.o   uvccapture.conf
callbacks.o   geometric.h  interface.h  memory.h     support.c  uvcview
configfile.c  image.c      interface.o  memory.o     support.h
configfile.h  image.h      main.c       monstring.c  support.o
configfile.o  image.o      main.o       monstring.h  timer.c
debug.h       input-uvc.c  Makefile     monstring.o  timer.h
device.c      input-uvc.h  Makefile.am  option.c     timer.o

Koodia: [Valitse]
asmok@ubuntu:~/Bin/uvcview-20071108/src$ ./uvcview
YUV422
YUY2
MJPEG
parm.parm.capture.timeperframe.numerator   = 1
parm.parm.capture.timeperframe.denominator = 15
parm.parm.capture.timeperframe.numerator   = 1
parm.parm.capture.timeperframe.denominator = 15
asmok@ubuntu:~/Bin/uvcview-20071108/src$

Ystävällisin terveisin Asmo Koskinen.

Asmo Koskinen

  • Käyttäjä
  • Viestejä: 4443
    • Profiili
asmok@ubuntu:~/Bin/uvcview-20071108/src$ ./uvcview
YUV422
YUY2
MJPEG

En laittanut ruutukaappausta, naamavärkki ei ole esittelykelpoinen tähän aikaan yöstä  ;D

Ystävällisin terveisin Asmo Koskinen.

samsunix

  • Käyttäjä
  • Viestejä: 203
    • Profiili
    • samuliweb
Vs: Wiki - Logitech QuickCam Pro 9000
« Vastaus #7 : 15.03.08 - klo:23.34 »
Hmm... joo... hmm..

Sain tuon värkin toimimaan uvcview  ja luvcview softilla. näillä ohjeilla: http://wiki.ubuntu-fi.org/Webkamerat_uvcvideo
(kiitoksia vain niistä)
Todisteita


Nyt pitäisi vain kaivaa jostain ohjelma joka ottaisi 'vaikka' minuutin välein tuolla kameralla kuvan ja lykkäisi sen ftp:llä toiselle palvelimelle (niinkuin ennenvanhaan)


Linuxin UVC-ajuri tukee vain V4L2 (Video for Linux 2) sovelluksia. Esim. Pystyt käyttämään Ekigaa käyttämälllä V4L2 pluginia joka löytyy Ekiga preferences -valikosta  (Edit->preferences:- Video device section/ video laite).
Lähde: http://ubuntuforums.org


Sovelluksia jotka eivät / tukevat uvc-laitteita (kuten Logitech QuickCam Pro 9000)



Edit: Turha tieto poistettu
Edit: Hyödylinen tieto lisätty
Edit: +

Mjpg-streamer sopii parhaiten ainakin omiin käyttötarkoituksiin ja toimii tajuttoman hyvin kyseisen webcamin kanssa. Kiitos ja kumarrus wiki-sivusta Asmo.

« Viimeksi muokattu: 08.04.08 - klo:08.05 kirjoittanut samsunix »

samsunix

  • Käyttäjä
  • Viestejä: 203
    • Profiili
    • samuliweb
Vs: Wiki - Logitech QuickCam Pro 9000
« Vastaus #8 : 29.07.08 - klo:15.20 »
Saiskohan tolle mjpg-streamerille päivitystä wiki sivullakin? Siitä on tullu näemä joku uusi versio? Enkä saa ainakaan omaani toimimaan :(

tulikomento: mjpg_streamer -o "output_http.so"
selaimessa:
Koodia: [Valitse]
501: Not Implemented!
no www-folder configured


tulikomento: mjpg_streamer -o "output_http.so -w ./www"
selaimessa:
Koodia: [Valitse]
404: Not Found!
Could not open file

tosin ei mulla edes tommosta kansiota ole mutta sama tulee vaikka ohjaan sen mihin... kusen ton nyt kyllä jotenki

edit:
asensin apachen eli www tiedosto on /etc/apache2
tulikomento: mjpg_streamer -o "output_http.so -w ./etc/apache2"

ja edelleen ilmoittaa tuota 404

urlin perään lisäsi "?action=stream" niin alkas pelittää...

http://sourceforge.net/forum/forum.php?thread_id=2097549&forum_id=739917
« Viimeksi muokattu: 30.07.08 - klo:08.42 kirjoittanut samsunix »