Controlling video playback from arduino sketch

Discussion in 'General Discussion' started by Remko van Dokkum, Nov 27, 2017.

  1. Remko van Dokkum

    Remko van Dokkum New Member

    Joined:
    Nov 27, 2017
    Messages:
    2
    Likes Received:
    0
    Hello UDOO forum.
    I'm new to UDOO and don't know where to begin.
    I am looking for an arduino that can playback video. HD 1080p.
    The UDOO might be what I need.

    How will the UDOO playback video that is controlled by a arduino sketch?
    Start, Stop, Pauze, set playhead time. without showing OSD video playback UI elements.

    Will I have boot time to startup Linux / Windows/ Android.

    I'm looking for a standalone system. running 24/7.
    No mouse / keyboard needed to boot and be up and running.

    Hope someone can tell me if this is possible and whare I should start reading.

    Thanks

    Remko
     
  2. Laura

    Laura UDOOer

    Joined:
    Apr 22, 2016
    Messages:
    374
    Likes Received:
    156
    It might be possible, if you run an application that can receive serial commands, though I am not aware of anyone who has tried it on the UDOO X86.

    The method might be to use an Arduino sketch to send serial commands to the media player application that is running on the main processor. The Arduino could send the commands in response to sensor or other variable changes.
     
  3. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580
    You could try to program an application with python and the python library moviePy.

    Other programming languages should have the same possibilities but I am not familiar with those.
     
  4. Remko van Dokkum

    Remko van Dokkum New Member

    Joined:
    Nov 27, 2017
    Messages:
    2
    Likes Received:
    0
    Is there a minimal slimmed down OS that can play video and run 24/7?

     
  5. Laura

    Laura UDOOer

    Joined:
    Apr 22, 2016
    Messages:
    374
    Likes Received:
    156
    OpenELEC is an OS designed for media playback: http://openelec.tv/
    Though I have not been able to find documentation on whether it is possible to have serial port control on that OS
     

Share This Page