* PS3Eye on Debian
@ 2008-12-28 5:14 xelapond
2008-12-28 10:22 ` Antonio Ospite
2008-12-29 20:51 ` Jim Paris
0 siblings, 2 replies; 4+ messages in thread
From: xelapond @ 2008-12-28 5:14 UTC (permalink / raw)
To: video4linux-list
Hello,
I have been trying to get my PS3Eye Camera to work on Debian, and to partial
success. I did as recommended
here<http://forums.ps2dev.org/viewtopic.php?t=9238&postdays=0&postorder=asc&start=90&sid=04c17e156208a7226117b24df91b2fd6>and
got the gspca sources from
http://linuxtv.org/hg/~jfrancois/gspca/, and compiled those. It compiled
successfully(it complained about __memcpy once, but nothing big). I can now
access the camera through /dev/video0. It works fine in
gstreamer-properties, but when I try to open it in anything else(for
instance mplayer), I get errors. I have posted the output of mplayer below:
alex@Andromeda:~$ mplayer -vo ov534 -ao alsa -tv
driver=v4l2:device=/dev/video0 tv://
MPlayer 1.0rc2-4.2.3 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz (Family: 6, Model: 15,
Stepping: 11)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote
control.
Playing tv://.
TV file format detected.
Selected driver: v4l2
name: Video 4 Linux 2 input
author: Martin Olschewski <olschewski@zpr.uni-koeln.de>
comment: first try, more to come ;-)
Selected device: USB Camera-B4.04.27.1
Capabilites: video capture read/write streaming
supported norms:
inputs: 0 = ov534;
Current input: 0
Current format: YUYV
tv.c: norm_from_string(pal): Bogus norm parameter, setting default.
v4l2: ioctl enum norm failed: Invalid argument
Error: Cannot set norm!
Selected input hasn't got a tuner!
v4l2: ioctl set mute failed: Invalid argument
v4l2: ioctl query control failed: Invalid argument
v4l2: ioctl query control failed: Invalid argument
v4l2: ioctl query control failed: Invalid argument
v4l2: ioctl query control failed: Invalid argument
FPS not specified in the header or invalid, use the -fps option.
No stream found.
v4l2: ioctl set mute failed: Invalid argument
v4l2: 0 frames successfully processed, 0 frames dropped.
Exiting... (End of file)
alex@Andromeda:~$
Any ideas how I can get this to work? Ultimately I would like to be able to
use the camera within openFrameworks, which uses unicap.
Thanks!
Alex
--
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] 4+ messages in thread
* Re: PS3Eye on Debian
2008-12-28 5:14 PS3Eye on Debian xelapond
@ 2008-12-28 10:22 ` Antonio Ospite
2008-12-29 20:51 ` Jim Paris
1 sibling, 0 replies; 4+ messages in thread
From: Antonio Ospite @ 2008-12-28 10:22 UTC (permalink / raw)
To: xelapond; +Cc: video4linux-list
[-- Attachment #1.1: Type: text/plain, Size: 1378 bytes --]
On Sun, 28 Dec 2008 00:14:32 -0500
xelapond <xelapond@gmail.com> wrote:
> Hello,
>
> I have been trying to get my PS3Eye Camera to work on Debian, and to partial
> success. I did as recommended
> here<http://forums.ps2dev.org/viewtopic.php?t=9238>and
> got the gspca sources from
> http://linuxtv.org/hg/~jfrancois/gspca/, and compiled those. It compiled
> successfully(it complained about __memcpy once, but nothing big). I can now
> access the camera through /dev/video0. It works fine in
> gstreamer-properties, but when I try to open it in anything else(for
> instance mplayer), I get errors. I have posted the output of mplayer below:
>
> alex@Andromeda:~$ mplayer -vo ov534 -ao alsa -tv
> driver=v4l2:device=/dev/video0 tv://
try removing -vo ov534, it is definitely wrong.
>
> Any ideas how I can get this to work? Ultimately I would like to be able to
> use the camera within openFrameworks, which uses unicap.
If unicap can handle yuyv then it will work, otherwise you have to use
libv4lconvert in some way.
Regards,
Antonio
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
Web site: http://www.studenti.unina.it/~ospite
Public key: http://www.studenti.unina.it/~ospite/aopubkey.asc
[-- Attachment #1.2: Type: application/pgp-signature, Size: 197 bytes --]
[-- Attachment #2: Type: text/plain, Size: 164 bytes --]
--
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] 4+ messages in thread
* Re: PS3Eye on Debian
2008-12-28 5:14 PS3Eye on Debian xelapond
2008-12-28 10:22 ` Antonio Ospite
@ 2008-12-29 20:51 ` Jim Paris
2008-12-30 20:05 ` Alex Teiche
1 sibling, 1 reply; 4+ messages in thread
From: Jim Paris @ 2008-12-29 20:51 UTC (permalink / raw)
To: xelapond; +Cc: video4linux-list
xelapond wrote:
> alex@Andromeda:~$ mplayer -vo ov534 -ao alsa -tv driver=v4l2:device=/dev/video0 tv://
Hi Alex,
As Antonio mentioned, remove '-vo ov534' and it should work.
> Any ideas how I can get this to work? Ultimately I would like to be able to
> use the camera within openFrameworks, which uses unicap.
I tested unicap using ucview and it works with the Playstation Eye
just fine.
-jim
--
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] 4+ messages in thread
* Re: PS3Eye on Debian
2008-12-29 20:51 ` Jim Paris
@ 2008-12-30 20:05 ` Alex Teiche
0 siblings, 0 replies; 4+ messages in thread
From: Alex Teiche @ 2008-12-30 20:05 UTC (permalink / raw)
To: Jim Paris; +Cc: video4linux-list
>Jim Paris wrote:
> >xelapond wrote:
> > alex@Andromeda:~$ mplayer -vo ov534 -ao alsa -tv driver=v4l2:device=/dev/video0 tv://
>
> Hi Alex,
>
> As Antonio mentioned, remove '-vo ov534' and it should work.
>
Thank you both for your replies, I got it to work with the following
command:
mplayer -vo gl -ao alsa -fps 50 -tv driver=v4l2:device=/dev/video0
tv://
> > Any ideas how I can get this to work? Ultimately I would like to be able to
> > use the camera within openFrameworks, which uses unicap.
>
> I tested unicap using ucview and it works with the Playstation Eye
> just fine.
How were you able to get this to work? On my machine ucview complains
it can't start the video signal, and just shows me a yellow screen.
Here are the errors:
(ucview:26333): GConf-CRITICAL **: gconf_client_set_string: assertion
`val != NULL' failed
** (ucview:26333): WARNING **: Failed to start video capture
Any ideas? This is the first time Google has ever failed me in
searching for errors, it returned literally no results.
I'm really sorry if this got posted twice, I was using the GMail online
client, which isn't the best for mailing lists:) I'm now using
Thunderbird, so it should be OK.
Thanks!
~Alex
--
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] 4+ messages in thread
end of thread, other threads:[~2008-12-30 20:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-28 5:14 PS3Eye on Debian xelapond
2008-12-28 10:22 ` Antonio Ospite
2008-12-29 20:51 ` Jim Paris
2008-12-30 20:05 ` Alex Teiche
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox