BlueWave Studio forum
  • Login
  • Register
  • Login Register
    Login
    Username:
    Password:
  • Home
  • Help
  • View Today's Post
  • More
    • BlueWave Studio
    • Shop
User Links
  • Login
  • Register
  • Login Register
    Login
    Username:
    Password:

    Quick Links Home Help View Today's Post
    More
    • BlueWave Studio
    • Shop
    BlueWave Studio forum OpenAuto Pro User interface Splash Screen in OpenAuto Pro

    Splash Screen in OpenAuto Pro
    lux
    Offline

    Junior Member

    Posts: 16
    Threads: 3
    Joined: Mar 2019
    Reputation: 0
    #31
    12-22-2019, 08:29 PM (This post was last modified: 12-22-2019, 08:31 PM by lux.)
    Could someone please kindly create and insert the toyota splash.h264 file? I can't create the suitable file! Thanks in advance, my screen is a 7 inch with 1024 x 600 resolution
    lux
    Offline

    Junior Member

    Posts: 16
    Threads: 3
    Joined: Mar 2019
    Reputation: 0
    #32
    12-25-2019, 11:03 AM
    Thanks the same I managed thanks to this site: http://www.convertfiles.com/
    renaming the splash.h264.264 file after the download link in splash.h264 and inserting the file in located at /home/pi/splash.h264 according to BlueWave instructions, thank you very much.
    here is the link toyota: toyota_splash.h264
    CoRuXr
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: May 2019
    Reputation: 0
    #33
    12-25-2019, 08:56 PM
    Jaguar splash and background.
    https://drive.google.com/drive/folders/1...sp=sharing

    Maybe we can combine all the different ones in one post? op?
    Viper
    Offline

    Member

    Posts: 129
    Threads: 7
    Joined: Mar 2019
    Reputation: 1
    #34
    12-28-2019, 05:15 PM
    (12-11-2019, 10:38 PM)BlueWave Wrote:
    (12-11-2019, 10:18 PM)lux Wrote: Help I can't copy the h264 file to / usr / share / openautopro "-directory

    it gives me error, what command should I use? can you write me the various passages I have to write please? thanks

    The easiest way would be to modify openautopro.splash.service file and point h264 you want to use as a splash animation.

    In terminal execute command

    sudo nano /etc/systemd/system/openautopro.splash.service
    

    and change below line
    Environment="OPENAUTO_SPLASH_VIDEOS=/usr/share/openautopro/splash1.h264:/usr/share/openautopro/splash2.h264"
    

    to
    Environment="OPENAUTO_SPLASH_VIDEOS=/home/pi/splash.h264"
    

    assuming that your splash file is located at /home/pi/splash.h264

    Also please note that in order to modify any system file or directory you have to use sudo prefix.

    If the x.h264 file is in the /home/pi folder it doesn*t work for me after copy them into /usr/share/openautopro folder an change the dirctories in the openautopro.splash.service file it works.
    Hisma
    Offline

    Member

    Posts: 91
    Threads: 3
    Joined: Nov 2018
    Reputation: 11
    #35
    12-30-2019, 08:07 PM
    Just want to say thanks for this. I implemented a custom splash screen on my car (the mazda logo) and it worked beautifully. Instructions are well written and it took less than 5 minutes to set up. Cheers!
    Viper
    Offline

    Member

    Posts: 129
    Threads: 7
    Joined: Mar 2019
    Reputation: 1
    #36
    12-31-2019, 05:00 PM
    (12-30-2019, 08:07 PM)Hisma Wrote: Just want to say thanks for this.  I implemented a custom splash screen on my car (the mazda logo) and it worked beautifully.  Instructions are well written and it took less than 5 minutes to set up.  Cheers!

    And you have put the .264 video in /home/pi ?
    Hisma
    Offline

    Member

    Posts: 91
    Threads: 3
    Joined: Nov 2018
    Reputation: 11
    #37
    12-31-2019, 06:12 PM
    (12-31-2019, 05:00 PM)Viper Wrote:
    (12-30-2019, 08:07 PM)Hisma Wrote: Just want to say thanks for this.  I implemented a custom splash screen on my car (the mazda logo) and it worked beautifully.  Instructions are well written and it took less than 5 minutes to set up.  Cheers!

    And you have put the .264 video in /home/pi ?

    I followed the directions exactly as they were written in the first post.  Just refer to that one.  That said I don't think the file location matters, as long as you point to the file location correctly in the splash service.
    eightbitjuan
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: Jan 2020
    Reputation: 0
    #38
    01-05-2020, 08:33 PM
    Howdy y'all! I will note that for me (using 5.0), I had to actually have the video located in the /usr/share/openautopro folder. I first attempted to have the video in the /home/pi/Downloads folder and could not get it to work for the life of me.

    Here you can find something I put together for my Chrysler vehicle optimized for the official Raspberry Pi Touchscreen.

    https://drive.google.com/file/d/1EmZVszX...sp=sharing


    Cheers!
    ktb
    Offline

    Member

    Posts: 130
    Threads: 2
    Joined: Jan 2020
    Reputation: 11
    #39
    01-18-2020, 11:19 PM (This post was last modified: 01-18-2020, 11:22 PM by ktb.)
    Here is a VW splash screen I'm using which was converted from an Android bootanimation:

    [Image: ezgif.com-video-to-gifb266a6ce481aeeec.gif]

    vw_800x480.zip
    https://gofile.io/?c=Xoex1d

    /etc/systemd/system/openautopro.splash.service
    [Unit]
    Description=OpenAuto Pro Splash service
    DefaultDependencies=no
    Requires=local-fs.target
    After=local-fs.target
    
    [Service]
    User=pi
    Type=oneshot
    Restart=no
    Environment="OPENAUTO_SPLASH_VIDEOS=/usr/share/openautopro/vw_800x480.h264:/usr/share/openautopro/vw_800x480_2.h264"
    Environment="OPENAUTO_DELAY_EXIT_MS=300"
    ExecStart=/usr/local/bin/openauto_splash
    
    [Install]
    WantedBy=sysinit.target

    You may want to adjust OPENAUTO_DELAY_EXIT_MS=300 depending on how long boot usually takes. The default is 1500, but I've shortened my boot time and 300 works for me (the Raspbian PIXEL desktop does not appear, just the splash video into OAP).
    Poldo
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: Mar 2020
    Reputation: 0
    #40
    03-15-2020, 11:18 PM (This post was last modified: 03-15-2020, 11:19 PM by Poldo.)
    good evening i can't edit the file in the usr / share / openautopro folder when i go to edit the file nothing and when i delete the same how can i solve thanks
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)

    Pages ({1}): « Previous 1 2 3 4 5 6 7 Next »
     



    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Help · BlueWave Studio · Shop

    Copyright © bluewavestudio.io. All rights reserved.

    Linear Mode
    Threaded Mode