saeugetier / photobooth

GNU General Public License v3.0
9 stars 1 forks source link

Program crashes on print button press on Yocto Raspberry Pi #38

Closed saeugetier closed 4 years ago

saeugetier commented 4 years ago

The program exits unexpected, when the print button is pressed. I think this is because the Raspberry Pi cannot render the collage image in resolution higher than 2048x2048 due to hardware limitation.

saeugetier commented 4 years ago

Possible fix: wrong usage of inherited QObject and metacall