Search found 7 matches

by compeee2008
Mon Oct 20, 2008 7:36 pm
Forum: PS3 Development
Topic: Playstation Eye
Replies: 133
Views: 207411

Hi ao2, I made a mistake with my filename and corrected it but I'm seem to having problems compiling the file. It seems to be missing the the following headers #include <media/videobuf-vmalloc.h> #include <media/v4l2-common.h> #include <media/v4l2-dev.h> #include <media/v4l2-ioctl.h> I checked the m...
by compeee2008
Thu Oct 16, 2008 8:39 pm
Forum: PS3 Development
Topic: Playstation Eye
Replies: 133
Views: 207411

Okay I fixed the makefile by adding a tab at the last line. I shouldn't have copy directly from the website but the problem is I get the following message when I run make. make -C /lib/modules/2.6.24-19-generic/build SUBDIRS=/home/paul/Desktop/ps3eye/OV534 modules make[1]: Entering directory `/usr/s...
by compeee2008
Wed Oct 15, 2008 4:21 pm
Forum: PS3 Development
Topic: Playstation Eye
Replies: 133
Views: 207411

I have copied the commands to the makefile and have already installed linux-headers-2.6.24-19, linux-headers-2.6.24-19-generic, linux-headers-generic. I also use synaptic to install the kbuild but I get: make: Nothing to be done for `default'. Paul compeee2008 put this in a Makefile, in the same dir...
by compeee2008
Tue Oct 14, 2008 7:39 pm
Forum: PS3 Development
Topic: Playstation Eye
Replies: 133
Views: 207411

Re: Webcam driver

Sorry ao2, I am new in compiling a linux module. What is the commands that I have to use compile the OV534 code for a 64bit ubuntu installation? I tried the following: cc -D__KERNEL__ -I/usr/src/linux-2.6.21-19-generic/include -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferr...
by compeee2008
Sun Oct 12, 2008 8:04 am
Forum: PS3 Development
Topic: Playstation Eye
Replies: 133
Views: 207411

Webcam driver

From your previous post it seems like you are in the process of written a driver for Fedora. I was wondering how would you start writing a driver for linux? Can I simply based the driver design similar to the philip pwc driver (http://www.saillard.org/linux/pwc/files/) but without the other interfac...
by compeee2008
Sat Oct 11, 2008 10:07 pm
Forum: PS3 Development
Topic: Playstation Eye
Replies: 133
Views: 207411

Using SnoopyPro to analyse the NUI group windows driver

Hi, I thought I might share some information about the fps and the resolution. I use snoopypro to analyse the usb packets from the Nui group test software using different frame rates and resolution and here are the results. For 15fps, the software seems to send the following commands for 640x480 and...
by compeee2008
Sat Oct 11, 2008 2:26 pm
Forum: PS3 Development
Topic: Playstation Eye
Replies: 133
Views: 207411

Re: Playstation Eye

Hi Jim, I'm quite new with Linux but how did you get the microphone working or enabled using the alsa driver? I get the similar output as below when I type sudo lsusb -v | less but I want to be able to record the sound using this driver. In the sound recorder, I can only choose between digital, capt...