-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Play video with sound #2
Comments
There is no solution friend. Be a problem with the design of the FT81x chip |
Please see my repo https://github.com/Gjepali/gd23zu (it's a few years old, but I uploaded it now) - I had modified your old library primary for video playback. Your code is good, but really slow on SPI. Compare wiring.h, GD23ZU.h and GD23ZU.cpp. I tested it on F103 and F405. I tried to run it on F205, but there was problem with DMA on Arduino libraries for HAL.
F103: max 6000k video bitrate with audio
STM32F405: speed from SD (sdio 30 MHz) to MCU is ~10,2 MB/s
Hope it helps someone.... |
STM32GENERIC has a few limitations and some bugs. It would be great to migrate to better library... stm32duino. I was trying to use CDC and Mass Storage simultaneously with STM32GENERIC, but it's not easy to modify it... stm32duino can do it, and it has bigger MCU support. It would be great to migrate your GDSTx to stm32duino and use my modification for better performace in STM32. |
Go ahead with the GTx adjustments. It would be interesting to see a better
response in STM32. I have a Core7XXi (STM32F746) with a 5" BT815 Matrix
Orbital screen. The library can use a second SPI bus of the STM32, to
access the external reader with an exFAT memory, using the most recent
version of Greiman's SdFat library .
It would be very good if you indicated how the components should be
connected and how to use your modified library in the Arduino IDE.
Greetings and waiting for the progress of your project
El mié, 7 feb 2024 a las 9:39, Gjepali ***@***.***>)
escribió:
… STM32GENERIC has a few limitations and some bugs. It would be great to
migrate to better library... stm32duino. I was trying to use CDC and Mass
Storage simultaneously with STM32GENERIC, but it's not easy to modify it...
stm32duino can do it, and it has bigger MCU support.
It would be great to migrate your GDSTx to stm32duino and use my
modification for better performace in STM32.
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHQZ7MHQU74QWY6EBMQV23DYSON3PAVCNFSM4FQWB2MKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJTGIZTCMZUGU4A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Playing videos with sound works great if using
CMD_PLAYVIDEO
withOPT_SOUND
, but it uses the full screen and no other graphics can be used.Much more interesting option is using
CMD_VIDEOSTART
/CMD_VIDEOFRAME
and it also works without issues.The problem is, when playing the video that way, it looks there is no way to get the sound!
CMD_VIDEOSTART
takes no options, I was looking everywhere and couldn't find any way to enable sound withCMD_VIDEOSTART
.It looks like FT81x designers just forgot to enable that feature. Is there any solution?
The text was updated successfully, but these errors were encountered: