BRT Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Welcome to the Bridgetek Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ Bridgetek Support

Please refer to our website for detailed information on all our products - Bridgetek - Bridging Technology

Author Topic: BT81x AVI background +foreground graphics  (Read 8236 times)

Tingy

  • Newbie
  • *
  • Posts: 2
    • View Profile
BT81x AVI background +foreground graphics
« on: June 30, 2023, 03:38:49 PM »

Hello,

Rather than having a fixed background to our screens, we would like to use a short, repeating, video as the backdrop.
Is it possible to have an AVI/video playing in the background on the BT81x  and overlay other graphics, such as buttons, text, images on top ?
Logged

BRT Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 746
    • View Profile
Re: BT81x AVI background +foreground graphics
« Reply #1 on: July 04, 2023, 05:26:14 PM »

Hello,

We have an example in our sampleapp of this

Please see https://github.com/Bridgetek/EveApps/blob/master/SampleApp/Video/Src/Video.c

The function is void SAMAPP_Video_ASTCOverlay()

Note that the video uses a lot of the RAM_G and potentially the SPI bandwidth and so the functions in addition to the video may be limited. The example is mainly targeted at having some items such as logos or information overlaid on the video.

Best Regards, BRT Community
Logged