Fresh build on Ubuntu 22.04
KStars 3.6.8 Beta 2023-11-22T15:58:53Z
When DSS Offline source is enabled, all the overlay options are grayed out, so I am unable to toggle any overlays.
Used to work seamlessly.



Read More...

I did not move it. But I was getting warnings about some things not belonging to PATH. I can look into adding them and try again.

Read More...

I have encountered this issue. Can you please elaborate more on what path needs to be written into the script and where?
Thank you

="Gonzothegreat post=90239" ]Flask command issue.

./setup.sh: line 1848: flask: command not found

heidenrod@heidenrod-obs:~/GitHubstuff/indi-allsky$ pip3 list | grep -i flask
Flask                  2.2.2
Flask-Login            0.6.2
Flask-Migrate          4.0.4
Flask-SQLAlchemy       3.0.3
Flask-WTF              1.1.1
heidenrod@heidenrod-obs:~/GitHubstuff/indi-allsky$


RESOLVED:
I've added the direct path to flask in the setup.sh file
]

Read More...

I have encountered this issue. Can you please elaborate more on what path needs to be written into the script and where?
Thank you


Read More...

Andrew replied to the topic 'Ability to change the colors of DSOs' in the forum. 8 months ago

Data> Manage DSO Catalogs > Select Catalog > Click "Colors" > Customize as desired for individual themes.
The Catatog you are most likely concerned with is Open NGC (ID 1)

Read More...

I drive the coarse focus knob witg a comically small stepper motor with a 50:1 gear box and and 3D printed worm gear for more reduction. Works very well.
I found driving my (cheap) fine focus knob was less reliable.

Read More...

I hope OpenCV cameras can be looked into. These OEM sensors are a pretty good value if one is willing to DIY a body for them. But I was not anticipating this issue after my seamless experience with an OV9281 previously.
The code I found earlier appears to be a good start, but it predates INDI 2.0, so I couldn't get it to compile. It is also missing exposure control. I hope someone can take it on and complete it.
Thank you.

Read More...

Andrew replied to the topic 'Fits viewer of phd2 is open every 3s' in the forum. 9 months ago

Maybe this will help.Basically Disable check box for INDI Stream in the camera driver.

Read More...

It appears someone started to work on an OpenCV CCD driver years ago, but never finished it.
sourceforge.net/projects/indi-opencv/

Read More...

There is. That would be the V4L2 Driver I was getting some use out of. But it does not appear to use the OpenCV libraries I've been informed of.

Read More...

I purchased an OEM sensor based on the very sensitive SC2210 sensor, but it isn't behaving very well with V4L2 driver. It can stream, and some of the formats are available. But the primary issue is it is not getting most of the camera properties. Things such as exposure control remain undefined. Only Brightness, Contrast and Saturation are defined. Capturing only works with MJPG mode. Defined exposures are forced to use Additive Stack mode. Fortunately I've been informed by the supplier that their clients use OpenCV function libraries to control the cameras. I believe that can be supported by V4L2, but not by default.
If this can be added, or a suitable driver created around OpenCV, compliant UVC USB webcams, that would be very helpful.
Thank you kindly.

Read More...