Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stxl16200 #11

Closed
stxlissues opened this issue Dec 2, 2023 · 9 comments
Closed

stxl16200 #11

stxlissues opened this issue Dec 2, 2023 · 9 comments

Comments

@stxlissues
Copy link

The imaging camera driver loads and works in Prism 10 Advanced, but only produces a 640x480 image instead of the 4500x3600 image. Actually, both the imaging and external drivers load and all 3 of the drivers produce a 640x480 image. Is that built in to the driver?

@cedric-r
Copy link
Owner

cedric-r commented Dec 2, 2023

Hi there,
No that's strange. The resolution is taken from what the camera says it can do and the readmode. Could you activate logging (in the driver options) and sent the logs to me please? (They should be in your user's appdata folder).
Thanks.

@stxlissues
Copy link
Author

stxlissues commented Dec 2, 2023 via email

@stxlissues
Copy link
Author

stxlissues commented Dec 2, 2023 via email

@stxlissues
Copy link
Author

@cedric-r
Copy link
Owner

cedric-r commented Dec 2, 2023

Thanks.

The driver returns the right sensor size for all the modes. The default bin 1x1 being:
2/12/2023 3:3:38.656: Connected Set: Binning mode: RM_1X1
2/12/2023 3:3:38.656: Connected Set: Width: 4500
2/12/2023 3:3:38.657: Connected Set: Height: 3600
2/12/2023 3:3:38.657: Connected Set: Gain: 0.87 e-/ADU
2/12/2023 3:3:38.658: Connected Set: Pixel width: 600
2/12/2023 3:3:38.658: Connected Set: Pixel height: 600

The reason why the images are so small is that Prism sets the size before taking the image to 648x488:
2/12/2023 3:3:47.839: NumX set: 648
2/12/2023 3:3:47.841: NumY set: 488

I don't know why it chooses these dimensions. Maybe try to unhide the readout mode in the driver options. I hide it because some software gets confused by it as for SBIG it sets the readout mode but also the resolution (which is a weird SBIG cameras do).

MY driver is ASCOM. There is no AO standard in ASCOM, so I can't provide access to it. Prism, SkyX, MaximDL and others can access the AO because they don't use ASCOM. They go straight to the underlying system driver, like my driver does. So unfortunately, until ASCOM publishes an AO interface for clients, I can't provide access to it. Which is annoying.

@stxlissues
Copy link
Author

Thanks Cedric. Seems like a problem beyond my ability to resolve, both on the setting the readout mode and in driving an AO unit.
Nice work you've done though.
-Al

@stxlissues stxlissues closed this as not planned Won't fix, can't repro, duplicate, stale Dec 2, 2023
@cedric-r
Copy link
Owner

cedric-r commented Dec 2, 2023

The readout mode is easy: in the same place you activated logging, there is a checkbox "hide readout". It's checked be default. Uncheck it and see if it makes any change to the way Prism or SkyX behave. It makes a difference for SGP.

For AO, I'm afraid there is no solution via ASCOM. The only possibility is to go straight to the underlying system driver, or create an interface the software recognises (e.g. SX Lodestar) and translate the commands to the SBIG AO. But without access to any AO system I can't do that.

@stxlissues
Copy link
Author

stxlissues commented Dec 2, 2023 via email

@cedric-r
Copy link
Owner

The problem is that there isn't a standard interface for AOs. Phd knows of one (SX), and Maxim DL of another (SBIG). So various programs can implement specific drivers for specific AOs, but it can't be generic. I don't know why ASCOM didn't define a standard interface for them. So even if I created a driver the SBIG AOs, the interface wouldn't be known by any software, so that would be useless. All I could do is create an emulator for SX for example, and the few things that know about could communicate with the SBIG AO. But that would be a bit dodgy and wouldn't help many people. It's very frustrating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants