moononournation / Arduino_GFX

Arduino GFX developing for various color displays and various data bus interfaces
Other
760 stars 151 forks source link

Problem with jpeg_dec_parse_header() #486

Closed woaeo closed 1 month ago

woaeo commented 1 month ago

hello, i have an issue, when i run example ImgViewerJpeg_ESP32_JPEG code breake at jpeg_dec_parse_header(), end my esp is constantly rebooting with this error: image i didnt find answer in jpeg decode library repo and i have no idea what to do with this problem...

i need some help ,.,

moononournation commented 1 month ago

try another jpeg file

woaeo commented 1 month ago

omg, it kinda helped, but now it stuck on jpeg_dec_process() and changing file agai didnt helped

moononournation commented 1 month ago

is it normal if you use original jpeg file in data folder?

woaeo commented 1 month ago

no, when i use example file from data folder it again stuck at jpeg_dec_parse_header() with the same "Core 1 panic'ed (StoreProhibited)."

moononournation commented 1 month ago

then use jpegdec instead

woaeo commented 1 month ago

thats worked, i guess im gonna use it from now

thanks