Closed lucabror closed 5 years ago
If you want to minimize the amount of programming required (though inevitably there will be some), the Nuitrack SDK body tracking software may be a good foundation for your project. Its price starts at $40 a year and it has a free trial version and is compatible with the 400 Series cameras. Below are a couple of person tracking example uses of Nuitrack SDK on robots.
https://youtube.com/watch?v=eYwy1aJUhgM
https://youtube.com/watch?v=ehsqCrsGoQo
You can find out more about Nuitrack here:
Hi all, I'm not a programmer and I'm not able to write any code but I've got a Realsense D400 camera and i need to record only the depth images (no RGB images) only when the camera detect a movement in the scene. I think that I can do this with OpenCV but I don't know how i can achieve this result and I don't know where I need to start for this. Anyone can help me to understand what are the steps that I should follow to record video only when a subject walks in front of camera and the camera detect this movement? Thank you Luca