{"id":38899234,"url":"https://github.com/zivid/zivid-python-samples","last_synced_at":"2026-01-17T15:01:09.792Z","repository":{"id":36959905,"uuid":"178372563","full_name":"zivid/zivid-python-samples","owner":"zivid","description":"Python code samples for Zivid","archived":false,"fork":false,"pushed_at":"2025-12-23T10:53:28.000Z","size":104750,"stargazers_count":48,"open_issues_count":7,"forks_count":20,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-12-24T07:45:42.324Z","etag":null,"topics":["python","samples","zivid"],"latest_commit_sha":null,"homepage":"https://zivid.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zivid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-03-29T09:16:04.000Z","updated_at":"2025-12-23T10:53:10.000Z","dependencies_parsed_at":"2023-02-11T04:30:13.217Z","dependency_job_id":"61975581-e5f0-4183-9817-6250f0f81a31","html_url":"https://github.com/zivid/zivid-python-samples","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/zivid/zivid-python-samples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zivid%2Fzivid-python-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zivid%2Fzivid-python-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zivid%2Fzivid-python-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zivid%2Fzivid-python-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zivid","download_url":"https://codeload.github.com/zivid/zivid-python-samples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zivid%2Fzivid-python-samples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28510928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","samples","zivid"],"created_at":"2026-01-17T15:00:51.983Z","updated_at":"2026-01-17T15:01:09.758Z","avatar_url":"https://github.com/zivid.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python samples\n\nThis repository contains python code samples for Zivid SDK v2.17.2. For\ntested compatibility with earlier SDK versions, please check out\n[accompanying\nreleases](https://github.com/zivid/zivid-python-samples/tree/master/../../releases).\n\n![image](https://www.zivid.com/hubfs/softwarefiles/images/zivid-generic-github-header.png)\n\n\n\n---\n\n*Contents:*\n[**Tutorials**](#Tutorials-list) |\n[**Samples**](#Samples-list) |\n[**Installation**](#Installation) |\n[**Support**](#Support) |\n[**License**](#License)\n\n---\n\n\n\n## Tutorials list\n\n  - [quick\\_capture\\_tutorial](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/basic/quick_capture_tutorial.md)\n  - [capture\\_tutorial](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/basic/capture_tutorial.md)\n  - [point\\_cloud\\_tutorial](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/point_cloud_tutorial.md)\n\n## Samples list\n\nThere are two main categories of samples: **Camera** and\n**Applications**. The samples in the **Camera** category focus only on\nhow to use the camera. The samples in the **Applications** category use\nthe output generated by the camera, such as the 3D point cloud, a 2D\nimage or other data from the camera. These samples shows how the data\nfrom the camera can be used.\n\n  - **camera**\n      - **basic**\n          - [capture](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/basic/capture.py) - Capture colored point cloud, save 2D image, save 3D ZDF,\n            and export PLY, using the Zivid camera.\n          - [capture\\_from\\_file\\_camera](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/basic/capture_from_file_camera.py) - Capture point clouds, with color, with the Zivid file\n            camera.\n          - [capture\\_hdr\\_complete\\_settings](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/basic/capture_hdr_complete_settings.py) - Capture point clouds, with color, from the Zivid camera\n            with fully configured settings.\n          - [capture\\_with\\_settings\\_from\\_yml](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/basic/capture_with_settings_from_yml.py) - Capture images and point clouds, with and without color,\n            from the Zivid camera with settings from YML file.\n      - **advanced**\n          - [capture\\_2d\\_and\\_3d](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/advanced/capture_2d_and_3d.py) - Capture 2D and 3D with the Zivid camera.\n          - [capture\\_and\\_print\\_normals](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/advanced/capture_and_print_normals.py) - Capture Zivid point clouds, compute normals and print a\n            subset.\n      - **info\\_util\\_other**\n          - [adapt\\_settings\\_for\\_flickering\\_ambient\\_light](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/info_util_other/adapt_settings_for_flickering_ambient_light.py) - Adapt camera acquisition settings based on known ambient\n            light conditions.\n          - [automatic\\_network\\_configuration\\_for\\_cameras](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/info_util_other/automatic_network_configuration_for_cameras.py) - Automatically configure the IP addresses of connected\n            cameras to match the network of the user's PC.\n          - [camera\\_info](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/info_util_other/camera_info.py) - Print version information for Python, zivid-python and\n            Zivid SDK, then list cameras and print camera info and state\n            for each connected camera.\n          - [camera\\_user\\_data](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/info_util_other/camera_user_data.py) - Store user data on the Zivid camera.\n          - [capture\\_with\\_diagnostics](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/info_util_other/capture_with_diagnostics.py) - Capture point clouds, with color, from the Zivid camera,\n            with default settings and diagnostics enabled.\n          - [context\\_manager\\_with\\_zivid](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/info_util_other/context_manager_with_zivid.py) - Sample showing how to use a context manager with Zivid\n            Application and safely return processed data.\n          - [firmware\\_updater](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/info_util_other/firmware_updater.py) - Update firmware on the Zivid camera.\n          - [frame\\_info](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/info_util_other/frame_info.py) - Read frame info from the Zivid camera.\n          - [get\\_camera\\_intrinsics](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/info_util_other/get_camera_intrinsics.py) - Read intrinsic parameters from the Zivid camera (OpenCV\n            model) or estimate them from the point cloud.\n          - [measure\\_scene\\_conditions](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/info_util_other/measure_scene_conditions.py) - Measure ambient light conditions in the scene and output\n            the measured flickering frequency of the ambient light if\n            flickering is detected.\n          - [network\\_configuration](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/info_util_other/network_configuration.py) - Uses Zivid API to change the IP address of the Zivid\n            camera.\n          - [warmup](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/info_util_other/warmup.py) - Short example of a basic way to warm up the camera with\n            specified time and capture cycle.\n      - **maintenance**\n          - [correct\\_camera\\_in\\_field](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/maintenance/correct_camera_in_field.py) - Correct the dimension trueness of a Zivid camera.\n          - [reset\\_camera\\_in\\_field](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/maintenance/reset_camera_in_field.py) - Reset infield correction on a camera.\n          - [verify\\_camera\\_in\\_field](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/maintenance/verify_camera_in_field.py) - Check the dimension trueness of a Zivid camera.\n          - [verify\\_camera\\_in\\_field\\_from\\_zdf](https://github.com/zivid/zivid-python-samples/tree/master/source/camera/maintenance/verify_camera_in_field_from_zdf.py) - Check the dimension trueness of a Zivid camera from a ZDF\n            file.\n  - **applications**\n      - **basic**\n          - **visualization**\n              - [capture\\_and\\_visualize\\_normals](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/basic/visualization/capture_and_visualize_normals.py) - Capture Zivid point clouds, compute normals and\n                convert to color map and display.\n              - [capture\\_from\\_file\\_camera\\_vis\\_3d](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/basic/visualization/capture_from_file_camera_vis_3d.py) - Capture point clouds, with color, with the Zivid file\n                camera.\n              - [capture\\_vis\\_3d](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/basic/visualization/capture_vis_3d.py) - Capture point clouds, with color, from the Zivid\n                camera, and visualize it.\n              - [project\\_image\\_start\\_and\\_stop](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/basic/visualization/project_image_start_and_stop.py) - Start the Image Projection and Stop it.\n              - [read\\_zdf\\_vis\\_3d](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/basic/visualization/read_zdf_vis_3d.py) - Read point cloud data from a ZDF file and visualize\n                it.\n          - **file\\_formats**\n              - [convert\\_zdf](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/basic/file_formats/convert_zdf.py) - Convert point cloud data from a ZDF file to your\n                preferred format\n              - [read\\_iterate\\_zdf](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/basic/file_formats/read_iterate_zdf.py) - Read point cloud data from a ZDF file, iterate through\n                it, and extract individual points.\n      - **advanced**\n          - [auto\\_2d\\_settings](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/auto_2d_settings.py) - Automatically find 2D settings for a 2D capture by using a\n            Zivid calibration board.\n          - [barcode\\_detector](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/barcode_detector.py) - Detect and decode linear and matrix barcodes from a 2D\n            capture.\n          - [color\\_balance](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/color_balance.py) - Balance color of a 2D image by using a Zivid calibration\n            board.\n          - [create\\_depth\\_map](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/create_depth_map.py) - Read point cloud data from a ZDF file, convert it to\n            OpenCV format, then extract and visualize depth map.\n          - [downsample](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/downsample.py) - Downsample point cloud from a ZDF file.\n          - [gamma\\_correction](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/gamma_correction.py) - Capture 2D image with gamma correction.\n          - [get\\_checkerboard\\_pose\\_from\\_zdf](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/get_checkerboard_pose_from_zdf.py) - Read point cloud data of a Zivid calibration board from a\n            ZDF file, estimate the\n          - [hand\\_eye\\_calibration](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/hand_eye_calibration/hand_eye_calibration.py) - Perform Hand-Eye calibration.\n          - [mask\\_point\\_cloud](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/mask_point_cloud.py) - Read point cloud data from a ZDF file, apply a binary\n            mask, and visualize it.\n          - [project\\_and\\_find\\_marker](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/project_and_find_marker.py) - Show a marker using the projector, capture a set of 2D\n            images to find the marker coordinates (2D and 3D).\n          - [read\\_project\\_and\\_capture\\_image](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/read_project_and_capture_image.py) - Read a 2D image from file and project it using the camera\n            projector.\n          - [reproject\\_points](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/reproject_points.py) - Illuminate checkerboard (Zivid Calibration Board) centers\n            by getting the checkerboard feature points\n          - [roi\\_box\\_via\\_aruco\\_marker](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/roi_box_via_aruco_marker.py) - Filter the point cloud based on a ROI box given relative\n            to the ArUco marker on a Zivid Calibration Board.\n          - [roi\\_box\\_via\\_checkerboard](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/roi_box_via_checkerboard.py) - Filter the point cloud based on a ROI box given relative\n            to the Zivid Calibration Board.\n          - [stitch\\_continuously\\_rotating\\_object](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/stitch_continuously_rotating_object.py) - Stitch point clouds from a continuously rotating object\n            without pre-alignment using Local Point Cloud Registration\n            and apply Voxel Downsample.\n          - [stitch\\_using\\_robot\\_mounted\\_camera](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/stitch_using_robot_mounted_camera.py) - Stitch multiple point clouds captured with a robot mounted\n            camera.\n          - [stitch\\_via\\_local\\_point\\_cloud\\_registration](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/stitch_via_local_point_cloud_registration.py) - Stitch two point clouds using a transformation estimated\n            by Local Point Cloud Registration and apply Voxel\n            Downsample.\n          - [transform\\_point\\_cloud\\_from\\_millimeters\\_to\\_meters](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/transform_point_cloud_from_millimeters_to_meters.py) - Transform point cloud data from millimeters to meters.\n          - [transform\\_point\\_cloud\\_via\\_aruco\\_marker](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/transform_point_cloud_via_aruco_marker.py) - Transform a point cloud from camera to ArUco marker\n            coordinate frame by estimating the marker's pose from the\n            point cloud.\n          - [transform\\_point\\_cloud\\_via\\_checkerboard](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/transform_point_cloud_via_checkerboard.py) - Transform a point cloud from camera to checkerboard (Zivid\n            Calibration Board) coordinate frame by getting checkerboard\n            pose from the API.\n          - **hand\\_eye\\_calibration**\n              - [hand\\_eye\\_gui](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/hand_eye_calibration/hand_eye_gui.py) - Hand-Eye Calibration GUI\n              - [pose\\_conversion\\_gui](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/hand_eye_calibration/pose_conversion_gui.py) - Convert between different rotation formats with a GUI:\n              - [pose\\_conversions](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/hand_eye_calibration/pose_conversions.py) - Convert to/from Transformation Matrix (Rotation Matrix\n                + Translation Vector).\n              - [robodk\\_hand\\_eye\\_calibration](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/hand_eye_calibration/robodk_hand_eye_calibration/robodk_hand_eye_calibration.py) - Generate a dataset and perform hand-eye calibration\n                using the Robodk interface.\n              - [utilize\\_hand\\_eye\\_calibration](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/hand_eye_calibration/utilize_hand_eye_calibration.py) - Transform single data point or entire point cloud from\n                camera to robot base reference frame using Hand-Eye\n                calibration\n              - [verify\\_hand\\_eye\\_with\\_visualization](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/hand_eye_calibration/verify_hand_eye_with_visualization.py) - Verify hand-eye calibration by transforming all\n                dataset point clouds and\n              - **ur\\_hand\\_eye\\_calibration**\n                  - [universal\\_robots\\_perform\\_hand\\_eye\\_calibration](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/hand_eye_calibration/ur_hand_eye_calibration/universal_robots_perform_hand_eye_calibration.py) - Script to generate a dataset and perform hand-eye\n                    calibration using a Universal Robot UR5e robot.\n              - **robodk\\_hand\\_eye\\_calibration**\n                  - [robodk\\_verify\\_hand\\_eye\\_calibration](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/hand_eye_calibration/robodk_hand_eye_calibration/robodk_verify_hand_eye_calibration.py) - Perform a touch test with a robot to verify\n                    Hand-Eye Calibration using the RoboDK interface.\n          - **multi\\_camera**\n              - [multi\\_camera\\_calibration](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/multi_camera/multi_camera_calibration.py) - Use captures of a calibration object to generate\n                transformation matrices to a single coordinate frame,\n                from connected cameras.\n              - [multi\\_camera\\_calibration\\_from\\_zdf](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/multi_camera/multi_camera_calibration_from_zdf.py) - Use captures of a calibration object to generate\n                transformation matrices to a single coordinate frame,\n                from ZDF files.\n              - [stitch\\_by\\_transformation](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/multi_camera/stitch_by_transformation.py) - Use transformation matrices from Multi-Camera\n                calibration to transform point clouds into a single\n                coordinate frame, from connected cameras.\n              - [stitch\\_by\\_transformation\\_from\\_zdf](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/multi_camera/stitch_by_transformation_from_zdf.py) - Use transformation matrices from Multi-Camera\n                calibration to transform point clouds into single\n                coordinate frame, from a ZDF files.\n          - **robot\\_guidance**\n              - [robodk\\_robot\\_guidance](https://github.com/zivid/zivid-python-samples/tree/master/source/applications/advanced/robot_guidance/robodk_robot_guidance.py) - Guide the robot to follow a path on the Zivid\n                Calibration Board.\n  - **modules**\n      - **zividsamples**\n          - [calibration\\_board\\_utils](https://github.com/zivid/zivid-python-samples/tree/master/modules/zividsamples/calibration_board_utils.py) - Utility functions for the Zivid calibration board.\n          - [camera\\_verification](https://github.com/zivid/zivid-python-samples/tree/master/modules/zividsamples/camera_verification.py) - def capture\\_and\\_measure\\_from\\_frame(frame: zivid.Frame)\n            -\\\u003e VerificationAndState:\n          - [color\\_to\\_grayscale](https://github.com/zivid/zivid-python-samples/tree/master/modules/zividsamples/color_to_grayscale.py) - if rgba\\_image.ndim \\!= 3 or rgba\\_image.shape\\[2\\] \\!= 4: - [display](https://github.com/zivid/zivid-python-samples/tree/master/modules/zividsamples/display.py) - Display relevant data for Zivid Samples.\n          - [paths](https://github.com/zivid/zivid-python-samples/tree/master/modules/zividsamples/paths.py) - Get relevant paths for Zivid Samples.\n          - [robodk\\_tools](https://github.com/zivid/zivid-python-samples/tree/master/modules/zividsamples/robodk_tools.py) - Robot Control Module\n          - [save\\_load\\_matrix](https://github.com/zivid/zivid-python-samples/tree/master/modules/zividsamples/save_load_matrix.py) - Save and load Zivid 4x4 transformation matrices from and\n            to YAML files.\n          - [save\\_load\\_transformation\\_matrix](https://github.com/zivid/zivid-python-samples/tree/master/modules/zividsamples/save_load_transformation_matrix.py) -\n            assert\\_affine\\_matrix\\_and\\_save(transformation\\_matrix.as\\_matrix(),\n            yaml\\_path)\n          - [settings\\_utils](https://github.com/zivid/zivid-python-samples/tree/master/modules/zividsamples/settings_utils.py) - categories = zivid.presets.categories2d(camera.info.model)\n          - [transformation\\_matrix](https://github.com/zivid/zivid-python-samples/tree/master/modules/zividsamples/transformation_matrix.py) - Convenience functions and a class for 4x4 transformation\n            matrices.\n          - [white\\_balance\\_calibration](https://github.com/zivid/zivid-python-samples/tree/master/modules/zividsamples/white_balance_calibration.py) - Balance color for 2D capture using white surface as\n            reference.\n\n## Installation\n\n-----\n\nNote:\n\nThe recommended Python version for these samples is 3.7 - 3.9.\n\nNote that Open3D is not available for Python 3.13 and later.\n\n-----\n\n1.  [Install Zivid\n    Software](https://support.zivid.com/latest//getting-started/software-installation.html).\n\n2.  [Download Zivid Sample\n    Data](https://support.zivid.com/latest//api-reference/samples/sample-data.html).\n\n3.  Check out the Zivid Python samples repository:\n    \n    ``` sourceCode bash\n    git clone http://github.com/zivid/zivid-python-samples.git\n    ```\n\n4.  Install the runtime requirements using IDE or command line:\n\n\u003e \n\u003e \n\u003e ``` sourceCode bash\n\u003e cd zivid-python-samples\n\u003e pip install -r requirements.txt\n\u003e ```\n\u003e \n\u003e -----\n\u003e \n\u003e Note:\n\u003e \n\u003e If Open3D fails to install, ensure you are using a Python version\n\u003e supported by Open3D. Alternatively, you can install only dependencies\n\u003e required for non-Open3D samples by running:\n\u003e \n\u003e ``` sourceCode bash\n\u003e pip install ./modules\n\u003e ```\n\u003e \n\u003e -----\n\n5.  Open and run one of the samples.\n    \n    -----\n    \n    Note:\n    \n    Running GUI samples on Windows should be done via `pythonw`.\n    \n    -----\n\n## Support\n\nFor more information about the Zivid cameras, please visit our\n[Knowledge Base](https://support.zivid.com/latest). If you run into any\nissues please check out\n[Troubleshooting](https://support.zivid.com/latest/support/troubleshooting.html).\n\n## License\n\nZivid Samples are distributed under the [BSD\nlicense](https://github.com/zivid/zivid-python-samples/tree/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzivid%2Fzivid-python-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzivid%2Fzivid-python-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzivid%2Fzivid-python-samples/lists"}