Atterratio / obs-gphoto

Allows connect DSLR cameras with obs-studio through gPhoto on Linux
GNU General Public License v2.0
43 stars 16 forks source link

Do not terminate the camera capturing when hiding. #15

Open Doeme opened 4 years ago

Doeme commented 4 years ago

This function is called e.g. when a scene is switched. We do not want the camera to shut down at this time, since the next scene may also include its image.

Furthermore, this fixes issue #12, though the underlying cause for the crash still remains, namely that the terminate-funciton is called multiple times without checking that the camera is still valid.