Hi Andreas,

On Tuesday 29 January 2008, Andreas Ferm wrote:
> Hello good people,
>
> According to the list on http://linux-uvc.berlios.de/#devices this model
> is not officially supported, and since one of those just popped in by
> mail i would give it a try here.
>
> Like some other cameras it has 2 modes, a dv and webcam mode. When in
> webcam mode it is being identified as
>
> Bus 003 Device 012: ID 04da:2318 Panasonic (Matsushita)
>
> Which is the same as the Panasonic NV-GS11 camera. It can stream in
> luvcview, but when used in other programs (especially mjpeg-streamer) to
> for example output jpegs it fails. The jpegs are around 20k which sounds
> correct, but when opening them it complains over "Huffman table 0x00 was
> not defined" so they've either been bad captured or there's something
> spooky with the jpegs the camera outputs (less likely?).

MJPEG devices don't include Huffman tables in the JPEG data. Resulting images 
can't be opened by most image viewers. This is normal and there's nothing to 
worry about. You can convert MJPEG data to JPEG using the attached python 
script.

> lsusb output for webcam mode >>
[snip]

> The story for dv-mode is a bit different though, no output at all (not
> so strange).
>
> Bus 001 Device 020: ID 04da:231a Panasonic (Matsushita)
>
> lsusb output for dv-mode >>
[snip]

Most applications don't support DV data. You might have more success with 
MPlayer which should be able to display the DV stream.

Best regards,

Laurent Pinchart

Attachment: mjpeg2jpeg.py
Description: application/python

_______________________________________________
Linux-uvc-devel mailing list
Linux-uvc-devel@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to