Page 1 of 1

Selection of ROI after reconnexion of a camera

Posted: Sun May 23, 2021 9:22 am
by Jean-Francois
Hello Robin,

With both last versions, I have the following with the ROI selection ...

SharpCap is running, select a camera, change the ROI to a smaller dimension, close the camera and reconnect the (same) camera ...
result: only the same ROI or smaller ROI are visible in the "Capture Area" list. No way to come back to the full camera detector.
The only way is to close the camera and close SharpCap and restart SharpCap.

I have a quick question ... is it possible to modify the list of the ROI ? (for example to delete a no more used ROI from the list )

Salutations,
Jean-Francois

Re: Selection of ROI after reconnexion of a camera

Posted: Sun May 23, 2021 11:20 am
by procyon12
Hi,

I observed the ROI issue yesterday but didn't follow it up. Just now I've tested it with QHY174GPS and latest 3.2 and 4 versions: it is exactly as Jean-Francois describes it.
The problem does not seem to occur with the ASCOM V2 simulator camera or with the webcam of my notebook.
is it possible to modify the list of the ROI ?
Take a look at the registry: HKEY_CURRENT_USER\Software\AstroSharp Limited\SharpCap\4.0
This works, but is a bit dangerous too :-)

Cheers, Christian

Re: Selection of ROI after reconnexion of a camera

Posted: Sun May 23, 2021 2:22 pm
by admin
Hi,

thanks for the report – I think this is an issue with certain qhy cameras – I can confirm it happens on the 174, but the 294PROC that I have here is unaffected. I'll look into being able to fix this in SharpCap 4.0.

Cheers, Robin

Re: Selection of ROI after reconnexion of a camera

Posted: Sun May 23, 2021 7:18 pm
by Jean-Francois
Hello Robin and Christian,

OK, thank you for the information.

I test only with QHY cameras. My Atik cameras were not easy accessible.

Concerning the QHY-183 mono ... in SharpCap "Image Controls" ... the White Balance (RGB) can be modified (initial value is 64).
If I change a value, it has an effect on the pixel on the image.
Robin, do you "see" that ?


Regards,
Jean-Francois

Re: Selection of ROI after reconnexion of a camera

Posted: Mon May 24, 2021 10:27 am
by procyon12
With SC4 and ASI 1600: no ROI issue.

Christian

Re: Selection of ROI after reconnexion of a camera

Posted: Mon May 24, 2021 2:21 pm
by admin
Hi,

I have a fix now for the QHY174 ROI issue - it is a QHY specific issue and even then only with some cameras.

Colour balance does change the pixel values - the colour balance adjustments specified are applied in the QHY software before the image data gets to SharpCap.

cheers,

Robin

Re: Selection of ROI after reconnexion of a camera

Posted: Mon May 24, 2021 6:47 pm
by Jean-Francois
Hello Robin,

I test the last version 4.0.7824 (64bit) with different QHY cameras (174-GPS, 5-II, 183-M und 5-III-178).

For all these cameras, the ROI selection after closing/opening the camera is solved. (Thank you for solving this problem).

Concerning the colour balance adjustments ... I know the reason on colour camera ... but I use a monochrome camera :-)
What could be the reason to have it for the QHY-183-mono camera ?

I guess that something in not correct in the QHY driver of the camera. And SharpCap "reads" some parameter list .. and it found that the camera can adjust the RGB colour balance.

Regards,
Jean-Francois

Re: Selection of ROI after reconnexion of a camera

Posted: Tue May 25, 2021 6:17 pm
by admin
Hi,

Ah, I see - I was relying on the QHY SDK to reliably report on whether the various white balance controls were available - looks like it incorrectly reports that they are available for that model. I can wrap all the white balance code in a check to see if it is a colour camera, which should work around the SDK issue.

cheers,

Robin