excuseme i dont want to sound stupid but im new to programming in electronics, how do you use opencv in an electronic or embeded software? opencv is written in c/c++ how do you progrramm the circuits?
@paulpUK It's a CMUCAM or something like that ? so the image processing is done one the CCD board and you have serial communication with your processor ?
@Hexabot No its even dumber than that, its as simple as a very basic webcam. The video goes back to a p.c. running Windows X.P. and is captured / processed via DirectX / AForge and the images are passed to OpenCV for motion capture / facial recognition. The .NET code then decides what action to take and sends commands via a USB to Serial link to the Servo controller.
excuseme i dont want to sound stupid but im new to programming in electronics, how do you use opencv in an electronic or embeded software? opencv is written in c/c++ how do you progrramm the circuits?
luchohasbon 1 year ago
@luchohasbon The opencv code runs on a seperate P.C. and snds commands to a serial servo controller on the pod
paulpUK 1 year ago
Hi ! great job !
What camera do you use ?
The image processing is done on the robot or computer ?
and if it is on the robot, how?
Hexabot 1 year ago
@Hexabot The camera is just a single board color CCD. Cant remember where I got it but its nothing special. you could achieve the same with a webcam
paulpUK 1 year ago
@paulpUK It's a CMUCAM or something like that ? so the image processing is done one the CCD board and you have serial communication with your processor ?
Hexabot 1 year ago
@Hexabot No its even dumber than that, its as simple as a very basic webcam. The video goes back to a p.c. running Windows X.P. and is captured / processed via DirectX / AForge and the images are passed to OpenCV for motion capture / facial recognition. The .NET code then decides what action to take and sends commands via a USB to Serial link to the Servo controller.
paulpUK 1 year ago
Very good!
on what platform is opencv?
is it possible to have more informations?
StAchezlesMacs 2 years ago
Multiplatform. It was written in mostly C to be flexible between systems.
QuanSai 2 years ago
Amazing! Great work!
macneib 3 years ago
awsome
ehmad999 3 years ago
What servos did u use?
Did you have your framework (body trunk, limbs) custom built?
TheCheshireCat86 3 years ago
The servos are Kondo KRS788HV from a KHR 1HV humanoid robot..
The framework is hand made using a dremel and hand-files from 3mm and 4mm polycarbonate sheet
paulpUK 3 years ago