Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Samples: Automatic updates to public repository #169

Merged
merged 1 commit into from
Nov 30, 2023
Merged
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
8 changes: 4 additions & 4 deletions source/camera/basic/capture_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ As with all cameras there are settings that can be configured.

### Presets

The recommendation is to use [Zivid
Presets](https://support.zivid.com/latest/reference-articles/presets-settings.html)
The recommendation is to use
[Presets](https://support.zivid.com/latest/reference-articles/presets-settings.html)
available in Zivid Studio and as .yml files (see `load_yml_label`
below). Alternatively, you can use our Capture Assistant, or you may
configure the settings manually.
Expand Down Expand Up @@ -322,8 +322,8 @@ settings_2d.processing.color.gamma = 1.0
Zivid Studio can store the current settings to .yml files. These can be
read and applied in the API. You may find it easier to modify the
settings in these (human-readable) yaml-files in your preferred editor.
Check out [Zivid
Presets](https://support.zivid.com/latest/reference-articles/presets-settings.html)
Check out
[Presets](https://support.zivid.com/latest/reference-articles/presets-settings.html)
for recommended .yml files tuned for your application.

([go to
Expand Down
Loading