* Re: [Spca50x-devs] sonixj problems
[not found] <48f4b3d25c6e39.82979954@wp.pl>
@ 2008-10-14 15:30 ` JoJo jojo
2008-10-14 17:41 ` Hans de Goede
1 sibling, 0 replies; 2+ messages in thread
From: JoJo jojo @ 2008-10-14 15:30 UTC (permalink / raw)
To: jj; +Cc: video4linux-list
Hi Janusz
try posting your query here
video4linux-list@redhat.com
then let us know at microdia groups if your issue was resolved
-JoJo
2008/10/14 Janusz Jurski <jurskij@wp.pl>:
> Hi,
>
> I am trying to get my USB camera working on Debian (regular Etch install
> with all updates). gspca compiles well and when I plug in the camera the
> sonixj module gets loaded to support this camera (0c45:612a Microdia)
> and the /dev/video0 device appears - no errors or suspicious messages in
> kernel log returned by dmesg.
>
> However, when I start streamer, I get the following errors:
>
> jj@piw:~$ ./streamer -ddddd -c /dev/video0 -o a.jpeg
> checking writer files [multiple image files] ...
> video name=ppm ext=ppm: ext mismatch [need jpeg]
> video name=pgm ext=pgm: ext mismatch [need jpeg]
> video name=jpeg ext=jpeg: OK
> files / video: JPEG (JFIF) / audio: none
> vid-open: trying: v4l2-old...
> vid-open: failed: v4l2-old
> vid-open: trying: v4l2...
> ioctl:
> VIDIOC_QUERYCAP(driver="";card="";bus_info="";version=0.0.0;capabilities=0x0
> []): Invalid argument
> vid-open: failed: v4l2
> vid-open: trying: v4l...
> vid-open: failed: v4l
> no grabber device available
> jj@piw:~$
>
> A problem (similar?) with motion as well:
>
> jj@piw:/mnt/dane/samba/motion.src/motion-3.2.3$ ./motion -n -ddd -c
> `pwd`/motion.conf
> [0] Processing thread 0 - config file
> /mnt/dane/samba/motion.src/motion-3.2.3/motion.conf
> [1] Thread is from /mnt/dane/samba/motion.src/motion-3.2.3/motion.conf
> [1] Thread started
> [1] ioctl (VIDIOCGCAP): Invalid argument
> [1] Capture error calling vid_start
> [1] Thread finishing...
> jj@piw:/mnt/dane/samba/motion.src/motion-3.2.3$
>
> The same problem when starting stream or motion from root account. Any
> Idea what is wrong?
>
> Thanks,
> JJ
>
> ----------------------------------------------------
> Masters of Dirt - mistrzostwie Freestyle Motocrossu
> z całego świata w Katowickim Spodku!
> Zobacz to z nami:
> http://klik.wp.pl/?adr=http%3A%2F%2Fcorto.www.wp.pl%2Fas%2Fextrema10338501.html&sid=518
>
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Spca50x-devs mailing list
> Spca50x-devs@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/spca50x-devs
>
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Spca50x-devs] sonixj problems
[not found] <48f4b3d25c6e39.82979954@wp.pl>
2008-10-14 15:30 ` [Spca50x-devs] sonixj problems JoJo jojo
@ 2008-10-14 17:41 ` Hans de Goede
1 sibling, 0 replies; 2+ messages in thread
From: Hans de Goede @ 2008-10-14 17:41 UTC (permalink / raw)
To: jj, SPCA50x Linux Device Driver Development,
Linux and Kernel Video
Janusz Jurski wrote:
> Hi,
>
> I am trying to get my USB camera working on Debian (regular Etch install
> with all updates). gspca compiles well and when I plug in the camera the
> sonixj module gets loaded to support this camera (0c45:612a Microdia)
> and the /dev/video0 device appears - no errors or suspicious messages in
> kernel log returned by dmesg.
>
What does get returned by dmesg?
> However, when I start streamer, I get the following errors:
>
> jj@piw:~$ ./streamer -ddddd -c /dev/video0 -o a.jpeg
> checking writer files [multiple image files] ...
> video name=ppm ext=ppm: ext mismatch [need jpeg]
> video name=pgm ext=pgm: ext mismatch [need jpeg]
> video name=jpeg ext=jpeg: OK
> files / video: JPEG (JFIF) / audio: none
> vid-open: trying: v4l2-old...
> vid-open: failed: v4l2-old
> vid-open: trying: v4l2...
> ioctl:
> VIDIOC_QUERYCAP(driver="";card="";bus_info="";version=0.0.0;capabilities=0x0
> []): Invalid argument
> vid-open: failed: v4l2
This means that this is probably not gspcav2 as it has been merged into the
2.6.27 kernel, please use that version. See:
http://moinejf.free.fr/gspca_README.txt
Note that streamer is part of xawtv and xawtv has known bugs which are
triggered in certain use cases when used together with gspca, you should really
compile xawtv with this patch:
https://bugzilla.redhat.com/attachment.cgi?id=313380
What we *really* need is a new upstream for xawtv (as its still quite popular)
even its just a place to collect all fixes currently scattered over many
different distros. So any volunteers to organize this?
Regards,
Hans
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-14 19:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <48f4b3d25c6e39.82979954@wp.pl>
2008-10-14 15:30 ` [Spca50x-devs] sonixj problems JoJo jojo
2008-10-14 17:41 ` Hans de Goede
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox