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

View shows lots of overlaping discs #1840

Open
Spaceknighti opened this issue Feb 4, 2025 · 13 comments
Open

View shows lots of overlaping discs #1840

Spaceknighti opened this issue Feb 4, 2025 · 13 comments

Comments

@Spaceknighti
Copy link

Was working great then changed camera to a Altair 178 Colour camera, but the issue was the image showed four overlaped distorted discs, any ideas?

Image

@aaronwmorris
Copy link
Owner

aaronwmorris commented Feb 5, 2025

Altair and ToupTek cameras usually do not start in INDI_RAW mode by default.

Try setting the following in the INDI config and restart.

{
    "PROPERTIES": {},
    "SWITCHES": {
        "CCD_RESOLUTION": {
            "on": [
                "3040 x 2048"
            ]
        },
        "CCD_CAPTURE_FORMAT": {
            "on": [
                "INDI_RAW"
            ]
        }
    }
}

@Spaceknighti
Copy link
Author

Spaceknighti commented Feb 5, 2025 via email

@aaronwmorris
Copy link
Owner

Very interesting. I have not run into any odd problems lately with any Altair cameras lately. The only problems I have run into were specific to the Altair indi server.

For reference: indilib/indi-3rdparty#681

The hardware has been rock solid.

@Spaceknighti
Copy link
Author

Spaceknighti commented Feb 5, 2025 via email

@aaronwmorris
Copy link
Owner

It should run fine. This is the full config I have noted for the 178C which include a bandwidth setting that might help with stability when using longer USB3 cables.

Reference: https://github.com/aaronwmorris/indi-allsky/wiki/INDI-custom-config#altair-hypercam-178c

{
    "PROPERTIES": {
        "CCD_CONTROLS": {
            "BandWidth": 40
        }
    },
    "SWITCHES": {
        "CCD_RESOLUTION": {
            "on": [
                "3040 x 2048"
            ]
        },
        "CCD_CAPTURE_FORMAT": {
            "on": [
                "INDI_RAW"
            ]
        }
    }
}

Issue Reference: #378

@Spaceknighti
Copy link
Author

Spaceknighti commented Feb 5, 2025 via email

@aaronwmorris
Copy link
Owner

You would add that ind the INDI Camera Config (Default) on the Camera tab and restart/reload.

Unfortunately, image attachments on emails are not posted to GitHub tickets, but I would love to see the housing.

@Spaceknighti
Copy link
Author

Spaceknighti commented Feb 6, 2025 via email

@aaronwmorris
Copy link
Owner

You can email me at [email protected]

@aaronwmorris
Copy link
Owner

I pulled out my Altair GPCAM3 224C and it exhibits the same behavior as your 178C. As soon as I switch the mode to INDI_RAW the image is properly rendered so your camera should work fine.

I have opened the above issue with the indilib development team to investigate.

@Spaceknighti
Copy link
Author

Spaceknighti commented Feb 7, 2025 via email

@vastmeridian
Copy link

vastmeridian commented Feb 14, 2025

Hi.

I've been using the Altair 178C fan-cooled camera for two years now and it works fine, once the config was sorted out. I also used the 290C too, although that's now used elsewhere. Aaron and I worked on this in #378

My 178C setup is as follows (extracted from the INDI Camera Config (Default) window)

{
    "PROPERTIES": {
        "CCD_CONTROLS": {
            "BandWidth": 40
        }
    },
    "SWITCHES": {
        "CCD_RESOLUTION": {
            "on": [
                "3040 x 2048"
            ]
        },
        "CCD_CAPTURE_FORMAT": {
            "on": [
                "INDI_RAW"
            ]
        }
    }
}

(incedentally, I am the one who posted the 4" black plastic pipe camera picture on your Facebook page, in case you were wondering. Ive been using the software running on an Intel Atom based SBC for these past two years).

@vastmeridian
Copy link

You would add that ind the INDI Camera Config (Default) on the Camera tab and restart/reload.

Unfortunately, image attachments on emails are not posted to GitHub tickets, but I would love to see the housing.

It's an impressive housing, Aaron. I'm ditching my existing housing and going to get one of these for my camera.

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

3 participants