CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Using USB Camera with PIC

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
pcmgogo



Joined: 25 Dec 2004
Posts: 9

View user's profile Send private message

Using USB Camera with PIC
PostPosted: Fri Feb 06, 2009 3:03 am     Reply with quote

I want to make a project with PIC uC and CCS.
I want to using USB Web camera for my surveillance application. I would like to use USB camera because of its costs.
But I don't know how. Is it possible. How?
Ttelmah
Guest







PostPosted: Fri Feb 06, 2009 3:41 am     Reply with quote

Basically, not possible (easily).
To operate a webcab, you need a USB _master_ device. PIC's only implement USB slaves.
Now, it is possible to do using something like the FTDI Vinculum chip (which a PIC can talk to), but the costs will be rising.
If this is for a 'one off' project, or one with a low number of units used, it'll be far cheaper, to use one of the really small embedded PC's, with a small Linux, since all the control software will already be available (representing several weeks of software development time). The cost of such machines now is tiny. There is a unit currently shipping in India, for under $20, in reasonable quantities. However if you need to save every penny, and are going to make tens of thousands of units, then the cost of the software will become acceptable, and you might as well develop directly onto something like the Vinculum.
The PIC is not the chip of 'choice' for a project like this.

Best Wishes
Ken Johnson



Joined: 23 Mar 2006
Posts: 197
Location: Lewisburg, WV

View user's profile Send private message

PostPosted: Fri Feb 06, 2009 7:42 am     Reply with quote

One other note - cameras generate images with LOTS of pixels - you need a lot of memory to do something with this. PICs are kinda short in this regard.

Ken
arunb



Joined: 08 Sep 2003
Posts: 492
Location: India

View user's profile Send private message Send e-mail

RE:
PostPosted: Fri Feb 06, 2009 7:44 am     Reply with quote

Hi,

Sorry to jump in like this,but could you post a link where I could get more information on the embedded PCs...

thanks in advance

arunb
Tom.wmd



Joined: 18 Apr 2008
Posts: 7
Location: Newcastle - UK

View user's profile Send private message

Re: RE:
PostPosted: Fri Feb 06, 2009 1:28 pm     Reply with quote

arunb wrote:
Hi,

Sorry to jump in like this,but could you post a link where I could get more information on the embedded PCs...

thanks in advance

arunb

+1 interest in the embedded pc's
Cheers Smile
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group