0

Need help with triggering a video and not letting the trigger interrupt the video

I have a media file I want to be triggered off of a motion sensor. I do not want it to interrupt a video file. The file needs to stay on the last second of the video until triggered again by the motion sensor. I currently have this working on a key west player but unfortunately their time is coming soon. I am not sure this device can do this, but it is my task to make work if possible.

1 comment

  • 0
    Avatar
    Bright Scripters

    Should be fairly easy to implement.

    Requires two zones:

    1. Video zone, that plays the video file, upon a zone message sent to it.

    2. Image zone, acting as a control zone. Handles the sensor event, and send a zone message to the video zone.

     

    The trick is to ignore sensor events, while the video is playing.

     

    If you have a presentation that you are trying with, please provide a link to it, so we can look at what you have already done, and sprinkle some magic dust.

Please sign in to leave a comment.