zivid / zivid-python-samples

Python code samples for Zivid
https://zivid.com
BSD 3-Clause "New" or "Revised" License
38 stars 14 forks source link

Samples: Automatic updates to public repository #155

Closed csu-bot-zivid closed 1 year ago

csu-bot-zivid commented 1 year ago

This commit modifies capture_from_file_camera.py, allowing file camera to be loaded from client input, which is useful since file cameras are now available for each Zivid camera model. If a ZDF file is saved with diagnostics mode on, the Zivid CSU team can create a Zivid file camera and send it to you.

This commit adds capture_from_file_camera_vis_3d.py, which is the same as capture_from_file_camera.py but with visualization.

The capture tutorial is updated to support the new file cameras.

This commit updates roi_box_via_checkerboard.py to use the newly added Zivid SDK ROI feature.

The option to estimate intrinsics from the point cloud is added to get_camera_intrinsics.py.

This commit also modifies sample descriptions and standardizes variable names across the samples.