Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to detect movement of object on iPhone's camera screen?

I have an application which needs to be able to detect the movement of object or image which is shown on camera screen. Is this possible with the iPhone?

like image 445
Colonel Software Avatar asked Sep 12 '12 07:09

Colonel Software


1 Answers

You'll need to use a motion detection algorithm to do so.

Check these links. They should help you get started.

Fast, very lightweight algorithm for camera motion detection?
How can you track motion using the iPhone's camera?

like image 146
Bijoy Thangaraj Avatar answered Oct 04 '22 19:10

Bijoy Thangaraj