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

Interfacing analog camera

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







Interfacing analog camera
PostPosted: Sun Jan 18, 2009 12:30 pm     Reply with quote

Is it possible to make this thru picmicro ?.
With additional hardware.

It's standard NTSC/PAL analog camera.

Thank you
John P



Joined: 17 Sep 2003
Posts: 331

View user's profile Send private message

PostPosted: Mon Jan 19, 2009 5:23 pm     Reply with quote

I don't want to say "It can't be done", because people are incredibly ingenious. But think of it this way: the data in a single TV line takes 53 usec to transmit. If you had 250 pixels (and that's not much of a picture) in the line, you'd need to digitize the data at about 5 pixels per usec, which is way faster than a PIC can do it. And you'd need a place to store your results, and then there are hundreds of lines to deal with--and the PIC has limited ability to do math operations in any reasonable time. And that's assuming no colors to fool around with!

Maybe if you had a very simple black and white image--a black block against a white background, so you could use a comparator instead of an A/D--then you might do something. But I'm skeptical.

These cameras look interesting. I've never used them, but they seem to be designed with the idea of both gathering the data, and processing it.

http://www.cs.cmu.edu/~cmucam/
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