LinuxMCE Forums

General => Users => Topic started by: malaprop on September 22, 2010, 08:52:00 AM

Title: USB Device Server
Post by: malaprop on September 22, 2010, 08:52:00 AM
Hi There,
i'm looking at getting a usb device server to use usb webcams as an ip camera.
so far i've only managed to find a single post on the topic:
http://forum.linuxmce.org/index.php?topic=10415.msg71573#msg71573

Has anyone managed to set up webcam-->usb sever --> linux(mce) ?

Ho do these device servers work technically? Is the usb device driver on the server and they
communicate via a TCP/IP protocol to the host. or do they forward the usb interface (via tcp/ip) to the host? In the latter case the usb drivers are on the host...



thanks,
michael
Title: Re: USB Device Server
Post by: bongowongo on September 22, 2010, 01:06:42 PM
I am not sure what you are on about
I would advice you to go to wiki.linuxmce.org and dig into there.
Title: Re: USB Device Server
Post by: Kooma on September 22, 2010, 01:12:03 PM
USB is taken care of within the server. Not an expert, but I see no reason why these wouldn't work with the LMCE.

I have one of those servers, could try it with the LMCE next weekend.
Title: Re: USB Device Server
Post by: malaprop on September 22, 2010, 02:19:08 PM
kooma, thanks for reply. i'd be keen to find out how you go. what kind of usb server do you have ?
Title: Re: USB Device Server
Post by: tschak909 on September 24, 2010, 07:39:51 AM
As long as they provide a standard way to grab a JPEG image, and send it back as a buffer of some sort, it can be used with LinuxMCE...

Take a look at the Panasonic IP Camera GSD, for an example. It emulates an HTTP request to get the image off the camera, but the code could be adapted in other ways... Make a new device template with similar code, attach a pnp record to it, and voila, plug and play with LinuxMCE.

-Thom