We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi all!
I have a project in my mind for my children. I would put a camera and a projector on the ceiling.
The projectro should display an animated fish. The camera should capture the kids (maybe wearing a red hat).
Processing should:
Do you think is it possible in Processing? Regards
Answers
Sure, this sounds possible. I know it's possible to use a Kinect or OpenCV with Processing.
I made some changes to the keystone library:
https://github.com/clankill3r/keystoned
Look at the Backward_mapping example. I think this can help.
Thank you guys. @Kevin do you some pointers in regard? Thk
It's hard to help with general "how do I do this" type questions other than by pointing you to google. What research have you done so far?
Tagging @raj: You could be interested in this challenge.
Kf
Blob detection. Use OpenCV or BoofCV to get the coordinates of the centroid of each blob (red hat)
PVector.lerp -- interpolate between a blob position and a fish position. You could first calculate the distance to each blob and head toward the closest one.
Ok. I'll try some coding and make some github repo. Let's talk again in a couple of days...Thanks.
@demarcogiu -- good luck!