Incuvers / iris

Incuvers Real-time Imaging System cloud proxy and UI embedded micro-service
GNU General Public License v3.0
1 stars 0 forks source link

Framebuffer Release #30

Open ztnel opened 2 years ago

ztnel commented 2 years ago

Description

For any process interruption signal, pygame must be gracefully exited to release the framebuffer. If this does not happen pygame does not release the device even when the process is terminated. This makes running secondary instances of the app hang due to the frame buffer being occupied by the previous instance. For some solutions see the link here: https://www.py4u.net/discuss/209214

ztnel commented 2 years ago

@BrandonLucasZhu assigning you, gauge by interest.