View previous topic :: View next topic |
Author |
Message |
naz
Joined: 15 Dec 2010 Posts: 1 Location: MY
|
need coding for PIC16F877A to control webcam |
Posted: Wed Dec 15, 2010 2:03 am |
|
|
hallo senior,
I have 1 question, by using image processing software such as Roborealm, how to make coding on C compiler to control external webcam using PIC16f877a? and how to sent email to administrator? |
|
|
Sergeant82d
Joined: 01 Nov 2009 Posts: 55 Location: Central Oklahoma
|
|
Posted: Sat Dec 18, 2010 1:41 pm |
|
|
Roborealm, like OpenCV and other computer vision programs like them, are PC software packages, and they won't run on PICs.
You can find examples in the code library for sending SMS and EMail from a PIC, and there are simple cameras like the CMU cam which can detect colors using 8-bit mcus, but their abilities are far short of Roborealm's using a webcam.
There are of course embedded PC boards - I have a couple - but that's a long way from a 16F PIC! |
|
|
|