Hello,
Figured I’d ask a dumb question before spending too much time on this. I have a Hyperpixel4 on Raspbian Jesse Lite running on a Raspberry Pi 3 B+. I’m running an app written in Kivy 1.10.dev0 on Python 3.5.3. I am using the kivy.uix.video.Video object to play a video. The python3 process in top sits at ~70% cpu as long as the video is playing. It occurred to me that since the Hyperpixel4 is using all the gpio pins on the Pi, it might be wholly bypassing the GPU which may be evidenced by the need to disable OpenGL ES2 from raspi-config, forcing the video to be processed entirely by the CPU.
Is there any merit to this idea? I don’t believe I’ve seen a 480x720 video move the needle much in normal playback on a regular Pi but maybe I’m misremembering somehow. It’s kind of a pain to tear the device down to get to the HDMI port easily so just curious if this is something intrinsic to the Hyperpixel4.
Incidentally, is there any documentation as to how the Hyperpixel4 actually functions on the 40-pin interface? I don’t know much about video signaling and I can’t quite understand how this is working.
Thanks for the help!