Skip to content

Commit 0fe480a

Browse files
author
etet100
committed
Docs
1 parent 0ade3c7 commit 0fe480a

4 files changed

Lines changed: 38 additions & 0 deletions

File tree

docs/camera.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Camera
3+
---
4+
5+
# Camera
6+
7+
The camera panel shows a live video feed from a connected camera (for example a USB webcam mounted on the machine). It helps you line up the tool with a point on the workpiece, check the work area, or watch the job while it runs.
8+
9+
## Selecting a camera
10+
11+
Right-click on the camera view to open its menu. The menu lists all cameras detected on your computer. Pick one to start the video feed, or choose **Disable** to turn the camera off.
12+
13+
If no camera is found, the view shows a **"No camera found"** message.
14+
15+
## Crosshair
16+
17+
A crosshair (target) can be drawn on top of the video feed to mark the exact center of the view. This makes it easier to position the tool precisely over a point on the workpiece.
18+
19+
![Camera view with crosshair](screenshots/screenshot_camera_crosshair.png)
20+
21+
Right-click on the camera view and open the **Crosshair** submenu to choose a style:
22+
23+
- **None** — no crosshair (the video is shown without any overlay)
24+
- **Cross** — full lines crossing the whole view
25+
- **Cross with gap** — lines with a small gap in the middle and a circle at the center
26+
- **Dot** — a single dot marking the center point
27+
- **Circle with ticks** — a center circle with short marks around it
28+
29+
The crosshair scales with the video resolution, so it stays clearly visible on both low- and high-resolution cameras. Your choice is remembered and used again the next time you start the application.

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Main documentation pages available in this folder:
3838
- [About AstroCore](about.md)
3939
- [User interface](ui.md)
4040
- [Jogging](jogging.md)
41+
- [Camera](camera.md)
4142
- [G-code editing](gcode-editing.md)
4243
- [Heightmap / Surface leveling](heightmap.md)
4344
- [Connection and virtual modes](connection-modes.md)
184 KB
Loading

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ You can also save the edited file at any time.
4848

4949
![gcode editor](docs/screenshots/screenshot_edit_gcode.png)
5050

51+
## Camera
52+
53+
AstroCore can show a live video feed from a connected camera (for example a USB webcam mounted on the machine). Right-click the camera view to pick a camera or disable it.
54+
55+
A crosshair (target) can be drawn on top of the feed to mark the exact center of the view, which helps with precise tool positioning. Several styles are available (full cross, cross with gap, dot, circle with ticks) and the chosen style is remembered between sessions.
56+
57+
![camera with crosshair](docs/screenshots/screenshot_camera_crosshair.png)
58+
5159
## Download & Install (prerelease)
5260

5361
Automatic builds are available as a zip (portable) file and as an installer (created with Qt Installer Framework).

0 commit comments

Comments
 (0)