Closed tail-feather closed 4 years ago
Oops, I noticed that SetQHYCCDAutoDetectCamera
doesn't exist in the SDK here.
I'm sorry if I'm in the wrong place.
Hello,
this repository is very, very obsolete and not used anymore. Please use drivers from qhyccd.com.
Fast Download Address:
https://www.qhyccd.com/html/test_version/ (https://www.qhyccd.com/html/test_version/)
Best regards
苗永强
---------- Původní e-mail ----------
Od: tail-feather notifications@github.com
Komu: qhyccd-lzr/QHYCCD_Linux_New QHYCCD_Linux_New@noreply.github.com
Datum: 23. 4. 2020 16:48:18
Předmět: Re: [qhyccd-lzr/QHYCCD_Linux_New] ReleaseQHYCCDResource
does not
stop CamManagerThread (#15)
"
Oops, I noticed that SetQHYCCDAutoDetectCamera doesn't exist in the SDK here. I'm sorry if I'm in the wrong place.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub (https://github.com/qhyccd-lzr/QHYCCD_Linux_New/issues/15#issuecomment-618438563) , or unsubscribe (https://github.com/notifications/unsubscribe-auth/ABHY2VGP4J52ETZLYSCED4LROBIKXANCNFSM4MPDGG2A) . "
Oh... I got it. Thank you!
I'm having trouble with the QHYCCD driver (indigo_ccd_qhy2) crashing on INDIGO. This seems to be happening on the QHYCCD SDK side.
Calling
ReleaseQHYCCDResource
and waiting for about 5 seconds, I noticed that the log of CamManagerThread was still being output.Since INDIGO runs the driver in an independent process, it kills the process when it unload the driver. If the thread hasn't been JOINed by the time the process ends, an exception should be raised.
P.S. If
SetQHYCCDAutoDetectCamera(false);
is set before callingInitQHYCCDResource
, the INDIGO will not crash.