diff --git a/src/content/docs/cameras/celestron/origin/images/origin.webp b/src/content/docs/cameras/celestron/origin/images/origin.webp new file mode 100644 index 0000000..537d309 Binary files /dev/null and b/src/content/docs/cameras/celestron/origin/images/origin.webp differ diff --git a/src/content/docs/cameras/celestron/origin/origin.md b/src/content/docs/cameras/celestron/origin/origin.md new file mode 100644 index 0000000..bf8dc8f --- /dev/null +++ b/src/content/docs/cameras/celestron/origin/origin.md @@ -0,0 +1,26 @@ +--- +title: Origin +categories: ["cameras"] +description: Origin supports the standard single-frame snapshot mode. +thumbnail: ./origin.webp +--- + +## Features + +The driver supports the standard single-frame snapshot mode. Furthermore, it supports: + +- Gain controls + +## Operation + +### Connecting to Origin Camera + +The camera is always physically connected when the Origin is connected. To satisfy the INDI protocol it is allowed to logically connect the camera separately. + +--- + +## Capture + +To capture a single-frame image, simple set the desired exposure time in seconds and click **Single**. After the capture is complete, it should be downloaded as a FITS image. Changing the size, binning, region of interest or depth is not supported. FITS images are not saved unless you create a sequence. This should be done using kstars/Ekos or CCDCiel. + +--- diff --git a/src/content/docs/cameras/celestron/origin/origin.yaml b/src/content/docs/cameras/celestron/origin/origin.yaml new file mode 100644 index 0000000..d629d7d --- /dev/null +++ b/src/content/docs/cameras/celestron/origin/origin.yaml @@ -0,0 +1,11 @@ +# Display Names (Human-Friendly) +driver_name: indi-celestron-origin +categories: ["cameras"] +manufacturer_name: Celestron + +# Additional Metadata +website: https://www.celestron.com/products/celestron-origin-intelligent-home-observatory +executable: indi-celestron-origin +platforms: Linux, MacOS +author: Jonathan Kimmitt +version: 1.0 diff --git a/src/content/docs/mounts/celestron/origin/images/origin.webp b/src/content/docs/mounts/celestron/origin/images/origin.webp new file mode 100644 index 0000000..537d309 Binary files /dev/null and b/src/content/docs/mounts/celestron/origin/images/origin.webp differ diff --git a/src/content/docs/mounts/celestron/origin/origin.md b/src/content/docs/mounts/celestron/origin/origin.md new file mode 100644 index 0000000..a2788f5 --- /dev/null +++ b/src/content/docs/mounts/celestron/origin/origin.md @@ -0,0 +1,32 @@ +--- +title: Origin +categories: ["mounts"] +description: INDI Origin Driver based on CelestronOriginMonitor and is released as a 3rd party driver and requires INDI Library >= v1.7.5. +--- + +This document describes the INDI Origin Driver, which is based on the CelestronOriginMonitor project. It is released as a 3rd party driver and requires INDI Library >= v1.7.5. + +## Features + +This INDI driver interacts with a mount controller using the Origin WebSocket Protocol through WiFi. Key features include: + +* Goto + +## Connectivity + +> [!WARNING] +> To ensure proper mount operation and pointing accuracy, initialise the mount using the Origin App, before connecting and controlling the mount via the INDI driver. Running both control systems concurrently will compromise the pointing system and may result in inaccurate GOTO operations. + +`The device running the INDI driver (StellarMate/PC) should be connected to the mount via Ethernet. The Origin will expect the PC to serve DHCP leases. + +## Operation + +Once Origin is online, it loads defaults from the onboard Raspberry-PI + +### Site Management + +Time, Location, and Park settings are configured in the Origin App. + +### Alignment + +By default, alignment is performed by the Origin's onboard Raspberyy-PI diff --git a/src/content/docs/mounts/celestron/origin/origin.yaml b/src/content/docs/mounts/celestron/origin/origin.yaml new file mode 100644 index 0000000..e904ca9 --- /dev/null +++ b/src/content/docs/mounts/celestron/origin/origin.yaml @@ -0,0 +1,11 @@ +# Display Names (Human-Friendly) +driver_name: indi-celestron-origin +categories: ["mounts"] +manufacturer_name: Celestron + +# Additional Metadata +website: https://www.celestron.com/products/celestron-origin-intelligent-home-observatory +executable: indi-celestron-origin +platforms: Linux, MacOS +author: Jonathan Kimmitt +version: 1.0