mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2026-06-02 10:41:44 +02:00
742bcab130
Added: - try-finally Block: This makes sure the camera.release() is called no matter how the while loops end. - Resource Cleanup: The finally block takes care of cleaning up resources to keep the application stable.