zivid / zivid-cpp-samples

Code samples for the usage of a Zivid 3D camera in C++
BSD 3-Clause "New" or "Revised" License
22 stars 16 forks source link

Incorrect filename used for saving #67

Closed torbsorb closed 4 years ago

torbsorb commented 4 years ago

https://github.com/zivid/cpp-extra-samples/blob/54bf513806f72f2e782cc620ccd4e85db96d50b3/source/Applications/Basic/Visualization/CaptureHDRLoop/CaptureHDRLoop.cpp#L52-L54

Iris values are 10, 20 and 30. File names should reflect that.

SatjaSivcev commented 4 years ago

It seems this is fixed @torbsorb, see https://github.com/zivid/cpp-extra-samples/blob/master/source/Camera/Basic/CaptureHDR/CaptureHDR.cpp

torbsorb commented 4 years ago

Yes