Motion detection

Store Forums Video Experimenter General Discussion Motion detection

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #627
    Ciapal
    Member

    I’m a newb!!!
    Is it possible to connect an economic infrared RCA cabled cam to video experimenter and detect movement using arduino?
    Bye

    #1714
    Michael
    Keymaster

    You would need to formulate some algorithm that detects motion. What is motion? Any motion? Any difference in the frame? Keep in mind that the Arduino can only store one frame at a time. If you lower the resolution, you could store two frames and compare them, but what would be your definition of “motion”. A significant change in the number of pixels that are on/off between frames?
    It’s not a newbie programming project — you’d need to be experienced with programming.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.