0

help HD410



Hi
I just got the unit HD410; need help to create an interactive presentation.
In this presentation must be at video0 in loop until you push a button, this button fires another video1 must get started at the end of the video1, loop again video0
for each video so it must activate a OUT 0,1,2,3
I have 4 videos to be activated by buttons always returning to the loop video0,

thanking in advance

Jorge Covarrubias

6 comments

  • 0
    Avatar
    RokuLyndon


    I'm sending you a csv file. This is what it looks opened in a text editor...



    VIDEOMODE,1280x720x60p,,,,,

    GPIOENABLEINPUT,0,,,,,

    GPIOENABLEINPUT,1,,,,,

    GPIOENABLEINPUT,2,,,,,

    GPIOENABLEINPUT,3,,,,,

    GPIOENABLEOUTPUT,4,,,,,

    GPIOENABLEOUTPUT,5,,,,,

    GPIOENABLEOUTPUT,6,,,,,

    GPIOENABLEOUTPUT,7,,,,,



    EVENTS,,button:0,button:1,button:2,button:3,videoend

    STATE,video0.mpg:gpios(),video1.mpg,video2.mpg,video3.mpg,video4.mpg,

    STATE,video1.mpg:gpios(4),video1.mpg,video2.mpg,video3.mpg,video4.mpg,video0.mpg

    STATE,video2.mpg:gpios(5),video1.mpg,video2.mpg,video3.mpg,video4.mpg,video0.mpg

    STATE,video3.mpg:gpios(6),video1.mpg,video2.mpg,video3.mpg,video4.mpg,video0.mpg

    STATE,video4.mpg:gpios(7),video1.mpg,video2.mpg,video3.mpg,video4.mpg,video0.mpg



    This assumes you want a button press to be able to interrupt an already playing video.
  • 0
    Avatar
    covas


    pardon if I explain well

    my English is not very good

    is correct in its assessment of the interruption



    thank you very much for your help



    Two other questions



    I am using the diagram (BrightsignCompactHardwareGuide.pdf) for the buttons I found the support site that is enough or could recommend another



    If I want the buttons are not activated until the video ends, that change would have to perform
  • 0
    Avatar
    RokuLyndon


    To ignore buttons during playback of the selected videos, it would look like this:



    VIDEOMODE,1280x720x60p,,,,,

    GPIOENABLEINPUT,0,,,,,

    GPIOENABLEINPUT,1,,,,,

    GPIOENABLEINPUT,2,,,,,

    GPIOENABLEINPUT,3,,,,,

    GPIOENABLEOUTPUT,4,,,,,

    GPIOENABLEOUTPUT,5,,,,,

    GPIOENABLEOUTPUT,6,,,,,

    GPIOENABLEOUTPUT,7,,,,,



    EVENTS,,button:0,button:1,button:2,button:3,videoend

    STATE,video0.mpg:gpios(),video1.mpg,video2.mpg,video3.mpg,video4.mpg,

    STATE,video1.mpg:gpios(4),,,,,video0.mpg

    STATE,video2.mpg:gpios(5),,,,,video0.mpg

    STATE,video3.mpg:gpios(6),,,,,video0.mpg

    STATE,video4.mpg:gpios(7),,,,,video0.mpg



    The wiring diagram is good. If you visit hms-electronics.com, they also have interface boards and a db15 adapter that you can connect to the brightsign that have terminal blocks. So, all you have to do is connect the wires and tigten screws.
  • 0
    Avatar
    franR


    hi, my csv file is:



    VIDEOMODE,1280x720x50p,,,

    GPIOENABLEINPUT,0,,,

    GPIOENABLEINPUT,1,,,

    GPIOENABLEOUTPUT,2,,,

    GPIOENABLEOUTPUT,3,,,



    EVENTS,,button:0,button:1,videoend

    STATE,menu.ts:gpios(),video1.ts,video2.ts

    STATE,video1.ts:gpios(2),,,menu.ts

    STATE,video2.ts:gpios(3),,,menu.ts



    and I would like to know if is possible to control the output with the video time code or within a 30 second delay since you push the button?



    Thank you
  • 0
    Avatar
    RokuLyndon


    We don't send out time codes from the video, but we can add a 30 second delay. One way to do it is to have the button press go to an image, maybe the same image that's on the screen, and timeout after  30 seconds to the video.  If you're going from a video to another video and that's where you want the delay, we would need to add it to the autorun.brs file. But, that's not difficult to do.
  • 0
    Avatar
    klaseen

    This should be possible using the HD410’s playlist and GPIO/trigger settings. Set video0 as a looping idle video, then assign each button to play video1 video4 and trigger feed kroger OUT 0-3. After each video ends, return automatically to video0. Check the event/trigger configuration in the HD410 software or manual.

Please sign in to leave a comment.