News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

USB Device Server

Started by malaprop, September 22, 2010, 08:52:00 AM

Previous topic - Next topic

malaprop

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

bongowongo

I am not sure what you are on about
I would advice you to go to wiki.linuxmce.org and dig into there.

Kooma

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.

malaprop

kooma, thanks for reply. i'd be keen to find out how you go. what kind of usb server do you have ?

tschak909

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