{"id":45436352,"url":"https://github.com/stereolabs/zed-c-api","last_synced_at":"2026-02-22T03:08:23.095Z","repository":{"id":37962210,"uuid":"388802428","full_name":"stereolabs/zed-c-api","owner":"stereolabs","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-10T13:19:47.000Z","size":595,"stargazers_count":1,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-02-10T18:10:56.887Z","etag":null,"topics":["c","stereo-vision","zed-camera"],"latest_commit_sha":null,"homepage":"https://www.stereolabs.com/developers/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stereolabs.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":"2021-07-23T12:58:48.000Z","updated_at":"2026-02-10T13:19:01.000Z","dependencies_parsed_at":"2025-06-02T17:06:46.048Z","dependency_job_id":"4c085077-8010-4f78-9c42-22527d2ffec3","html_url":"https://github.com/stereolabs/zed-c-api","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/stereolabs/zed-c-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stereolabs%2Fzed-c-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stereolabs%2Fzed-c-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stereolabs%2Fzed-c-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stereolabs%2Fzed-c-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stereolabs","download_url":"https://codeload.github.com/stereolabs/zed-c-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stereolabs%2Fzed-c-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29704406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T23:35:04.139Z","status":"online","status_checked_at":"2026-02-22T02:00:08.193Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["c","stereo-vision","zed-camera"],"created_at":"2026-02-22T03:08:21.667Z","updated_at":"2026-02-22T03:08:23.089Z","avatar_url":"https://github.com/stereolabs.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## C API\n\nThis package lets you use the ZED stereo camera in C .The C API is a wrapper around the ZED SDK which is written in C++ optimized code.\n\n## Getting started\n\n- First, download the latest version of the ZED SDK on [stereolabs.com](https://www.stereolabs.com/developers/release/).\n- For more information, read the ZED [API documentation](https://www.stereolabs.com/docs/api/index.html).\n\n## Prerequisites\n\nTo start using the ZED SDK in C, you will need to install the following dependencies on your system:\n\n- [ZED SDK 5.1](https://www.stereolabs.com/developers/release/) and its dependency [CUDA](https://developer.nvidia.com/cuda-downloads)\n\n## Installing the C API\n\n#### Windows\n\n- Create a \"build\" folder in the source folder\n- Open cmake-gui and select the source and build folders\n- Generate the Visual Studio `Win64` solution\n- Open the resulting solution\n- Build the solution in **Release** mode\n- Build **INSTALL**.\n\n#### Linux\n\nOpen a terminal in the root directory and execute the following command:\n```\n    mkdir build\n    cd build\n    cmake ..\n    make\n    sudo make install\n```\n\n\n## Use the C api\n\n- Link your project to the sl_zed_c library\n- Import the c interface in your code like this :\n\n```\n  #include \u003csl/c_api/zed_interface.h\u003e\n```\n\n### Run the tutorials\n\nThe [tutorials](https://github.com/stereolabs/zed-examples/tree/master/tutorials) provide simple projects to show how to use each module of the ZED SDK.\n\n## Support\n\nIf you need assistance go to our Community site at https://community.stereolabs.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstereolabs%2Fzed-c-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstereolabs%2Fzed-c-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstereolabs%2Fzed-c-api/lists"}