alpaca_camera_expose
Start an exposure on an ASCOM Alpaca camera by specifying IP, port, duration, and frame type (light or dark). Device must be connected first.
Instructions
Start an exposure on an ASCOM Alpaca camera. Note: Device must be connected first using alpaca_device_connect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | IP address of the Alpaca server | |
| port | Yes | Port number of the Alpaca server | |
| light | No | Light frame (true) or dark frame (false) | |
| duration | Yes | Exposure duration in seconds | |
| device_number | No | Device number (default: 0) |