QuickCam Team Forums

Full Version: Porting driver to ARM Platform
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I'm developing IP camera using Logitech quickcam sphere orbit on AT91RM9200 (ARM Platform, kernel 2.6.24). Now, I tested the driver and library provided in this web. Everything is OK (pan/tilt withoutzoom) on PC (ubuntu 8.04). But I have no idea how to port the library and driver to arm platform.

Could anyone suggest me how to begin?
Is it just changed compiler from gcc to cross-compiler?

Thank you

code453 Wrote:
Everything is OK (pan/tilt withoutzoom) on PC (ubuntu 8.04).

Hi,
Im sorry for bothering you because I dont have an answer to your question but a question instead.

I have the same webcam [046d:08cc] and a desktop pc running Ubuntu 8.04.
I searched my ass off and Im trying to get it to work for over 4 days now..

Im wondering how you managed to get it working (with pan/tilt) on Ubuntu 8.04. The reason for this is that I'd like to use it with ZoneMinder as a CCTV system.

Thanks in advance,

Prodinho Wrote:

code453 Wrote:
Everything is OK (pan/tilt withoutzoom) on PC (ubuntu 8.04).

Hi,
Im sorry for bothering you because I dont have an answer to your question but a question instead.

I have the same webcam [046d:08cc] and a desktop pc running Ubuntu 8.04.
I searched my ass off and Im trying to get it to work for over 4 days now..

Im wondering how you managed to get it working (with pan/tilt) on Ubuntu 8.04. The reason for this is that I'd like to use it with ZoneMinder as a CCTV system.

Thanks in advance,


Ubuntu 8.04 comes with uvc driver for Logitech quickcam sphere already (or you can follow this). So you just download luvc application to see that it's work. luvc is here. First luvc can view only the live video. If you want to pan/tilt you must follow this thread. If you have a problem I think that mrubli can help you.

Reference URL's