Search found 6 matches

by nbpengo
Thu Sep 18, 2008 6:21 am
Forum: PS3 Development
Topic: Playstation Eye
Replies: 133
Views: 206549

Re: NetBSD driver

I in the test app I have #define LIBUSB_BULK_SIZE 16384 Interesting -- I'm actually doing much larger bulk xfers (full frame sizes) in my driver. Wasn't aware that I could get away with smaller. How do you detect end of frame? BTW that 7720Rev2.set is quite useful as a reference, I found (trivial i...
by nbpengo
Thu Sep 18, 2008 4:43 am
Forum: PS3 Development
Topic: Playstation Eye
Replies: 133
Views: 206549

Re: NetBSD driver

ao2 wrote: Please note that I have to skip even rows, is this normal? Where can I find such kind of information about image formats and pixelformat conversions?
If you skip odd rows do you get an image as well? How big are your bulk xfers?
by nbpengo
Thu Sep 18, 2008 1:27 am
Forum: PS3 Development
Topic: Playstation Eye
Replies: 133
Views: 206549

Re: ov534 v0.3

I believe Ekiga's handling of the camera is a result of something broken in Ekiga. The version of Ekiga I have installed wants to treat the YUYV progressive output as something else entirely. I also validated that Ekiga does tend to try to crop the camera when the output frame size is not settable ...
by nbpengo
Wed Sep 17, 2008 11:45 pm
Forum: PS3 Development
Topic: Playstation Eye
Replies: 133
Views: 206549

One thing I'd like to figure out is how to handle short bulk xfers. There appear to be 16-byte control packets in the stream when bandwidth is limited followed by a partial frame. There appear to be two cases where short reads happen: * 16-byte control packets: I have no idea how to decode these yet...
by nbpengo
Wed Sep 17, 2008 11:17 pm
Forum: PS3 Development
Topic: Playstation Eye
Replies: 133
Views: 206549

Here's a link to the .set file I was talking about: http://www.invisible.ca/~jmcneill/outgoing/7720Rev2.set If you look at the CameraSetting lines you get a bunch of magic registers, in the format: reg, value, mask. So I take something like: HKR,%7720Combo640X480%, Tag, 0x10001, 0x64048024 HKR,%7720...
by nbpengo
Wed Sep 17, 2008 10:55 pm
Forum: PS3 Development
Topic: Playstation Eye
Replies: 133
Views: 206549

NetBSD driver

Hey folks -- I'm the author of the NetBSD driver. The device driver is now merged with the rest of the system: http://cvsweb.netbsd.org/cgi-bin/cvsweb.cgi/src/sys/dev/usb/pseye.c Here's some additional information that I've discovered, but not yet been able to do much useful with: SCCB reg 0x29: app...