Video::Capture::V4l problems

2004-10-23 Thread Christopher Stanton
I am trying to write a basic frame grabber but am having problems with Video::Capture::V4l. My camera is attached and loaded: /var/log/messages --- Oct 23 10:07:00 lsn kernel: drivers/usb/media/ov511.c: Sensor is an OV7610 Oct 23 10:07:01 lsn kernel: drivers/usb/media/ov51

Video::Capture::V4l problems

2004-10-23 Thread Christopher Stanton
I am trying to write a basic frame grabber but am having problems with Video::Capture::V4l. My camera is attached and loaded: /var/log/messages --- Oct 23 10:07:00 lsn kernel: drivers/usb/media/ov511.c: Sensor is an OV7610 Oct 23 10:07:01 lsn kernel: drivers/usb/media/ov51

Simple HTTP::Daemon

2003-11-13 Thread Christopher Stanton
RedHat 9 Perl v5.8.0 built for i386-linux-thread-multi I am trying to make a basic modification to a simple HTTP daemon which uses the HTTP::Daemon class. I want to pass additional headers to the client prior to sending the body of the html message. I am setting the content-type header in the r

Re: Parsing multipart html content

2003-11-11 Thread Christopher Stanton
On Tuesday 11 November 2003 15:23, Andrew Gaffney wrote: > > I have tried stripping the leading "\n", "Content-Type: image/jpeg\r\n", > > "\r\n" line, "\r\n" after the image data, and the trailing "\r\n" line > > but the resulting file does not seem to be a valid jpeg image. > > This looks promisin

Re: Parsing multipart html content

2003-11-11 Thread Christopher Stanton
On Tuesday 11 November 2003 14:48, Andrew Gaffney wrote: > Christopher Stanton wrote: > > RedHat Linux 9 > > Perl v5.8.0 built for i386-linux-thread-multi > > > > I am trying to parse a mjpeg stream out of an html response. The http > > server is using server pu

Parsing multipart html content

2003-11-11 Thread Christopher Stanton
RedHat Linux 9 Perl v5.8.0 built for i386-linux-thread-multi I am trying to parse a mjpeg stream out of an html response. The http server is using server push to push the stream of jpegs to the client. I have written a test client and am able to receive the stream but am having trouble figuring