Hi,
I've introduced Processing to by kids as a cool way of getting into coding and also my eldest boy is using it for his school art project. They love the interactivity that can be achieved in just a few blocks and the wealth of example that people share..
My tip is:
We eldest was using JMryon to track hand movement via webcam (based on camera as mouse). Of course even if you keep still it picks up a lot of arm motion as well. So my quick tweak was to find the highest motion point returned and only include other motion points within 10% of this y value. So as long as your hand is higher that you elbow, it does a better estimation of tracking it.
Rob J,
I've introduced Processing to by kids as a cool way of getting into coding and also my eldest boy is using it for his school art project. They love the interactivity that can be achieved in just a few blocks and the wealth of example that people share..
My tip is:
We eldest was using JMryon to track hand movement via webcam (based on camera as mouse). Of course even if you keep still it picks up a lot of arm motion as well. So my quick tweak was to find the highest motion point returned and only include other motion points within 10% of this y value. So as long as your hand is higher that you elbow, it does a better estimation of tracking it.
Rob J,
1