LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

motion detection

Hi...I am currently working on a project which requires me to detect baby abuse such as slapping or beating using the Kinect Xbox 360. I have already installed both SDK and the Kinesthesia on my computer, but i'm not sure how do i program it to detect the abuse. I am still new to the whole labview thing, hence can anyone provide me with examples asap please...Thanks

0 Kudos
Message 1 of 9
(2,812 Views)

@kkyc wrote:

Hi...I am currently working on a project which requires me to detect baby abuse such as slapping or beating using the Kinect Xbox 360. I have already installed both SDK and the Kinesthesia on my computer, but i'm not sure how do i program it to detect the abuse. I am still new to the whole labview thing, hence can anyone provide me with examples asap please...Thanks


how are you detecting slapping or beating? by movement or sound....

  • once you can sense that, compare it to nominal level and bool out true
Message 2 of 9
(2,801 Views)

i am detecting it by movement ...May i have an example please...thanks

0 Kudos
Message 3 of 9
(2,796 Views)

First work out which movement(s) relate to abuse.

Then track movements.

If the tracked movements are the same as the abuse movements then you have abuse.

0 Kudos
Message 4 of 9
(2,776 Views)

how do i track the movements? Can i have example on that? 

0 Kudos
Message 5 of 9
(2,764 Views)

For tracking. you could for instance, get multiple joint positions over time.

I don't have a kinect so I can't help you with specifics of how to do it with the kinect,

0 Kudos
Message 6 of 9
(2,749 Views)

should it be something like this?

0 Kudos
Message 7 of 9
(2,741 Views)

@kkyc wrote:

should it be something like this?


That depends what ypu want to do. What are you trying to achieve with that VI?

0 Kudos
Message 8 of 9
(2,671 Views)

http://forums.ni.com/t5/LabVIEW/abuse-Kinect-detection/m-p/2466742

 

Maybe u can take a look at my code which is attached at the forum there...I'm not sure if i did it correctly 

0 Kudos
Message 9 of 9
(2,660 Views)