letmaik / pyvirtualcam

🎥 Send frames to a virtual camera from Python
GNU General Public License v2.0
452 stars 49 forks source link

Linux: rethrow exceptions correctly #115

Closed letmaik closed 5 months ago

letmaik commented 5 months ago

Otherwise exception messages are not kept and the exception message will be "std::exception".

See https://github.com/letmaik/pyvirtualcam/issues/61.