Open apvlv opened 3 years ago
Huh, that's interesting. From your info, I would have guessed an issue with the physical connection to the display since the regular execution does not show an ffmpeg error. But it's really weird that the dryrun does show one...
I'll dig into the code and see if I can find any leads. In the meantime, would you mind sharing your vsmp.h
config?
Ah, nevermind - your display doesn't use the IT8951 controller that mine uses. That still doesn't fully explain the (lack of) console output and the ffmpeg codec error in dryrun mode, but it means that the code definitely won't work as-is.
If you're comfortable digging into the code yourself, you can try to replace the processFrame
method with something that works for your display (basically all that method has to do is push a pixel buffer to the display). If not, I might have a look at supporting your display controller sometime in the future™ - but I don't have a matching display to test, so I'm not sure how well that would go.
thank you @rec0de! I wasn't aware of that the 800px version is using another controller, so I will look at the documentation and the internals of your project in detail and get back to you if there are some questions. Alright!
I'm working on improving where display-specific functions are located to better isolate them from the rest of the code right now - so you'll probably want to wait a few more hours before studying that - might make your task a little easier
👍 ❤️
Alright, done! Check the readme again for some instructions on how to support a custom display.
Let me know if you have any questions, I'll leave this issue open for now
Thank you for updating the README and isolating the display methods! It makes it in fact a lot easier to understand. The methods in the examples for my type of display are somewhat different from your controller (https://github.com/waveshare/e-Paper/blob/master/RaspberryPi_JetsonNano/c/lib/e-Paper/EPD_7in5_V2.c and https://github.com/waveshare/e-Paper/blob/master/RaspberryPi_JetsonNano/c/examples/EPD_7in5_V2_test.c), but i hope I will get it all together soon with my mediocre C skills. 👍 If successful i will make a PR.
@apvlv did you have any luck with the 800x480 display? I’m about to start setting one up, would love to hear if you got it working or have any tips.
If not I’ll see if I can make a PR :)
Hello,
thank you for sharing this project. I have a problem with this project though and don't know where to start searching.
Hardware: Raspberry Pi Zero WH, Waveshare 7,5" 800x480 V2 screen. (https://www.waveshare.com/wiki/7.5inch_e-Paper_HAT) Software: I built ffmpeg from source on raspbian, installed the bcm2835 library and then compiled vsmp without problems.
ffmpeg output:
And i encoded a sample movie file using your ffmpeg settings, only changed the width to 800px. SPI is enabled and GPU memory raised to 128MB.
When i start vsmp, I get no further output besides this:
and then nothing. I don't get
IT8951 initialized
string in the output like i saw in other issues. If there is no vsmp-index file present, i get "Segmentation fault" output from vsmp. This is the same if I connect or disconnect the display, enable or disable hw acceleration or use the packaged ffmpeg from the official repo instead of custom built one.Any help appreciated, thank you!
UPDATE I don't know if it's relevant but I get this when I build vsmp with DRYRUN 1: