Skip to content

Commit

Permalink
Samples: Automatic updates to public repository
Browse files Browse the repository at this point in the history
Remember to do the following:
    1. Ensure that modified/deleted/new files are correct
    2. Make this commit message relevant for the changes
    3. Force push
    4. Delete branch after PR is merged

If this commit is an update from one SDK version to another,
make sure to create a release tag for previous version.
  • Loading branch information
csu-bot-zivid authored and chrisasc committed Jun 19, 2022
1 parent 882887b commit a25d95b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HDevelop samples

This repository contains HDevelop code samples for Zivid SDK v2.6.1. For
This repository contains halcon code samples for Zivid SDK v2.7.0. For
tested compatibility with earlier SDK versions, please check out
[accompanying
releases](https://github.com/zivid/zivid-halcon-samples/tree/master/../../releases).
Expand Down Expand Up @@ -70,8 +70,15 @@ from the camera can be used.
If you want to use Zivid in HALCON, we provide a GenICam GenTL producer
that comes with the [Zivid Software](http://www.zivid.com/downloads).

Zivid and HALCON are compatible with Windows 10 and Ubuntu 16.04, 18.04,
20.04.
Zivid and HALCON are compatible with Windows 10 and Ubuntu 18.04, 20.04.

-----

Note:

> Support for Ubuntu 16.04 is removed from SDK 2.7.
-----

To setup and use Zivid in one of these operating systems, please follow
their respective instructions in the following pages:
Expand Down
2 changes: 1 addition & 1 deletion source/Camera/Basic/CaptureHDRCompleteSettings.hdev
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<l>set_framegrabber_param (AcqHandle, 'ProcessingColorBalanceBlue', 1)</l>
<l>set_framegrabber_param (AcqHandle, 'ProcessingColorBalanceGreen', 1)</l>
<l>set_framegrabber_param (AcqHandle, 'ProcessingColorBalanceRed', 1)</l>
<l>set_framegrabber_param (AcqHandle, 'ProcessingColorExperimentalToneMappingEnabled', 'always')</l>
<l>set_framegrabber_param (AcqHandle, 'ProcessingColorExperimentalMode', 'automatic')</l>
<c/>
<c>* Capturing frame (HDR)</c>
<l>grab_data (Image, Region, Contours, AcqHandle, ObjectModel3D)</l>
Expand Down

0 comments on commit a25d95b

Please sign in to comment.