Page 1 of 1

Custom ROI 294mm bin1 mode

Posted: Wed Oct 22, 2025 9:23 pm
by jdieringer
I understand that this was intentionally disabled for high resolution mode per a 2022 forum post in this subforum.

I am interested in using this camera with an MLAstro SHG-700 for solar imaging and it would be nice to have custom ROI enabled in HR mode as you need 8000x180 pixel ROIs. I have been able to get it to work with Firecap and AsiCap but prefer to use sharpcap.

Alternatively, is there a way to add an additional selection to the list of ROIs? I tried to edit the settinga file but that didn’t work.

Re: Custom ROI 294mm bin1 mode

Posted: Thu Oct 23, 2025 3:06 pm
by admin
Hi,

it might be possible to get this to work with a spot of registry editing - or without registry editing if you have a camera with a resolution higher than the custom one you are aiming for. The trick is to get the resolution you want onto the list of custom resolutions that SharpCap has stored. I keep meaning to make it so that this list is stored on a per-camera basis, but at the moment, it's a global list. If we can get the 8000x180 resolution onto that list then I think it ought to show up in the dropdown for your camera when in the bin1 mode - and it *should* work.

So, if you have another camera with a resolution bigger than 8000x180, open that camera and select a custom ROI of 8000x180, close the camera, close SharpCap and then try with the 294MM.

If you don't have an alternative camera, you will need to use the Microsoft regedit tool to edit SharpCap's settings in the registry. Run regedit and find your way to the registry key

Code: Select all

HKEY_CURRENT_USER\Software\AstroSharp Limited\SharpCap\4.1
Inside this key, you should find a setting 'Custom Resolutions', which has a list of all the custom resolutions you have added on any camera - something like

Code: Select all

452x320;968x32;32x968;144x150;32x46;32x32;1608x16
Double click on the 'CustomResolutions' key to edit the value and add at the end an extra ';8000x180', so that the whole thing becomes something like

Code: Select all

452x320;968x32;32x968;144x150;32x46;32x32;1608x16;8000x180
Press OK to save the new value, then try running SharpCap and see if it works. As always, take care when editing the registry as making other changes could break things (up to the level of your computer not booting any more if you do enough damage in there...)

cheers,

Robin

Re: Custom ROI 294mm bin1 mode

Posted: Sat Oct 25, 2025 4:30 am
by jdieringer
Awesome idea. I will give it a shot and report back!

Re: Custom ROI 294mm bin1 mode

Posted: Sun Oct 26, 2025 4:21 pm
by jdieringer
Update, this worked great! Thanks for the rapid response.

Re: Custom ROI 294mm bin1 mode

Posted: Mon Oct 27, 2025 9:42 am
by admin
Hi,

glad it worked - as I mentioned elsewhere I'm hoping to avoid custom resolutions for that camera as dealing with the two different modes makes the code quite complicated enough already (and I don't have that camera to test and check my work with!)

cheers,

Robin