any idea what chip they use for MOTION TRACKING??


Results 1 to 6 of 6

Threaded View

  1. #5
    harrisondp's Avatar
    harrisondp Guest


    Did you find this post helpful? Yes | No

    Default

    They probably use a LM1881 ( http://www.national.com/pf/LM/LM1881.html ) composite sync seperator chip to track which video line they are on. Then they probably take timed ADC samples on a block of lines and average them. The values are probably then stored in a 2d array which is then used to be compared with the next frames.

    This is not necessarily a difficult process or project other then the fact that you probably have to set a PIC ADC to the fastest conversion time, which might be fast enough for what you need.

    You will most likely have to use ASM or maybe a very very very efficent c compiler. You will also have to use some really really tight loops to track video lines and read adc values.

    If it was me, I would have prolly used some sort of faster processor like a SX. This would allow better timing for video processing.

    I was actually going to try this once, but I never got around to placing an order for a LM1881 (I'm just a poor high school student).

    Harrison
    Last edited by harrisondp; - 31st January 2006 at 05:42.

Similar Threads

  1. dialerf chip NTE1691
    By lerameur in forum General
    Replies: 6
    Last Post: - 29th April 2008, 23:01
  2. TV Display Chip
    By zadok in forum mel PIC BASIC Pro
    Replies: 19
    Last Post: - 17th April 2008, 22:17
  3. help with rf cc1000 chip
    By santamaria in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 17th November 2007, 20:16
  4. Replies: 5
    Last Post: - 18th July 2007, 10:43
  5. chip selection aid
    By PICMAN in forum General
    Replies: 4
    Last Post: - 21st February 2005, 18:33

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts