Shop OBEX P1 Docs P2 Docs Learn Events
backpack overlay question — Parallax Forums

backpack overlay question

TimmooreTimmoore Posts: 1,031
edited 2010-09-19 13:52 in Propeller 1
Phil, I have been modifying your backpack overlay software.
I am adding a wireless camera to my quadcopter and using a backpack to overlay onto the video stream. Since the camera is on a pan/tilt I connected the servos to the backpack and changed one of the commands to control the servos.
I noticed that several of the overlay files dont have your copyright or MIT statement. Are you ok with me modifying them and eventually releasing the changes?

Comments

  • Phil Pilgrim (PhiPi)Phil Pilgrim (PhiPi) Posts: 23,514
    edited 2010-09-13 20:11
    Go for it! Which files? I guess I need to add the MIT license boilerplate.

    -Phil
  • TimmooreTimmoore Posts: 1,031
    edited 2010-09-13 20:42
    Thanks.

    prop_backpack_tv_overlay.spin
    prop_backpack_overlay_terminal.spin

    are the 2 files I have modified and dont have copyright/mit

    Which is in source archive in the overlay object, doc, demo zip file on http://www.parallax.com/StoreSearchResults/tabid/768/txtSearch/backpack/List/0/SortField/4/ProductID/602/Default.aspx
  • Phil Pilgrim (PhiPi)Phil Pilgrim (PhiPi) Posts: 23,514
    edited 2010-09-13 21:50
    I would suggest using the TV_overlay2 object. It allows user-defined characters and has all the necessary licensing boilerplate. It's attached.

    -Phil
  • TimmooreTimmoore Posts: 1,031
    edited 2010-09-13 22:15
    Thanks, I will switch.
  • $WMc%$WMc% Posts: 1,884
    edited 2010-09-18 20:12
    I would suggest using the TV_overlay2 object. It allows user-defined characters and has all the necessary licensing boilerplate. It's attached.

    -Phil
    '
    This code is Brilliant!, Unfortunately I'm not not the brightest bulb on the tree, And I'm struggling to make it work!
    '
    I think my wiring might be at fault.
    '
    I'm also confused with all the diffident PINs used?
    '
    Is there some ext. hardware needed for this code.
    '
    I did a search for over-laying video and this is what came up.
    '
    Thanks in advance for any help or ideas!
  • TimmooreTimmoore Posts: 1,031
    edited 2010-09-18 20:28
    Several things
    1. The standard software in the backpack isn't overlay
    2. The overlay zip file on the parallax backpack page can be compiled and loaded using a prop plug (thats the way I do it)
    3. The overlay software must have a input video signal - the overlay will not display without an input video to overlay
    4. You must put the jumpers on the board to use overlay
    5. There is some demo software for a prop or a stamp that drives the backpack in overlay mode - its in the same overlay zip file. Try that out on a 2nd prop board before you start changing anything.

    The hardest thing I found was to get the basic system working
    plug a camera into a display
    get the cable for the backpack wired up correctly
    get the camers to the display via the backpack with the overlay software on it
    and then start programming
  • $WMc%$WMc% Posts: 1,884
    edited 2010-09-19 13:52
    Timmoore wrote: »
    Several things
    1. The standard software in the backpack isn't overlay
    2. The overlay zip file on the parallax backpack page can be compiled and loaded using a prop plug (thats the way I do it)
    3. The overlay software must have a input video signal - the overlay will not display without an input video to overlay
    4. You must put the jumpers on the board to use overlay
    5. There is some demo software for a prop or a stamp that drives the backpack in overlay mode - its in the same overlay zip file. Try that out on a 2nd prop board before you start changing anything.

    The hardest thing I found was to get the basic system working
    plug a camera into a display
    get the cable for the backpack wired up correctly
    get the camers to the display via the backpack with the overlay software on it
    and then start programming
    '
    Thanks for the reply
    '
    I have ordered the backpack, I can't wait to get it.
    '
    Of coarse I ordered a bunch of other stuff while I had the card out in the Parallax candy store.(My wife is gonna kill me when she See's this one)
    '
    Thanks again for pointing me in the right direction! The back-pack is just what I was looking for.
Sign In or Register to comment.