MerowingerX

Results 9 comments of MerowingerX

Additionally the MOUNT_PARK_PARKED_ITEM->sw.value seems not to be set correctly... Piece of code, that works in mount_changed_property: else if (indigo_property_match(MOUNT_PARK_PROPERTY, property)) { // -------------------------------------------------------------------------------- MOUNT_PARK indigo_property_copy_values(MOUNT_PARK_PROPERTY, property, false); if (!PRIVATE_DATA->parked) {...

Yes, in Line 897, two conditions must be met to unpark. The boolean parked must be true and the property parked must be set. In connect, the boolean parked is...

Ok, I simply prepared three funny small videos to show you the effect. Maybe you have time to watch them, if not please send me a message, then I would...

Yes, the tracking in AIN Imager was not in my focus, The solution only allows park+unpark, but status may be inverted. Tracking I think is a second issue, I am...

Additionally I want to remember, that the OnStep controller allows by configuration to be started "Unparked + Tracking" or "Park + Not Tracking". I use the last one, I think...

It seems that the simulator is not exactly what the OnStep is doing. Additional I have to correct something: When starting up, the mount is NOT TRACKING and AT HOME....

Since debian bullseye, the camera subsystem is now libcamera. I tried to understand, how libcamera works and tried to build the classes of libcamera-apps on indigosky. Unforunally it cannot compile...

yes, I have done this all, indigo is compiling and libcamera is installed. drivers frame is now compiling,

In principle yes, but there are some questions about the architecture, and the setup of driver development. Is there a documentation about the buildprocess? If I need to link a...