You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For C++, C#, Python, all capture samples save to ZDF, which is not possible for Halcon (HDevelop). Then, we instead should save to PLY by default.
A function (Halcon procedure) to save ply is to be made that can be reused for conversion to simplify the code. Use the code from the CaptureSavePLY. The function should include the following lines:
For C++, C#, Python, all capture samples save to ZDF, which is not possible for Halcon (HDevelop). Then, we instead should save to PLY by default.
A function (Halcon procedure) to save ply is to be made that can be reused for conversion to simplify the code. Use the code from the CaptureSavePLY. The function should include the following lines:
zivid-halcon-samples/source/hdev/Camera/Basic/CaptureSavePLY.hdev
Lines 48 to 84 in 236c07d
That function is to be included in samples with capture (same ones in cpp that save to zdf), so Capture.hdev, CaptureHDR.hdev, etc.
The text was updated successfully, but these errors were encountered: