Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions src/content/docs/cameras/celestron/origin/origin.md
Original file line number Diff line number Diff line change
@@ -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.

---
11 changes: 11 additions & 0 deletions src/content/docs/cameras/celestron/origin/origin.yaml
Original file line number Diff line number Diff line change
@@ -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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions src/content/docs/mounts/celestron/origin/origin.md
Original file line number Diff line number Diff line change
@@ -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
11 changes: 11 additions & 0 deletions src/content/docs/mounts/celestron/origin/origin.yaml
Original file line number Diff line number Diff line change
@@ -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