{"id":26693806,"url":"https://github.com/alwaysai/oak-cameras","last_synced_at":"2026-05-17T11:31:33.556Z","repository":{"id":97650544,"uuid":"349109518","full_name":"alwaysai/oak-cameras","owner":"alwaysai","description":"oak camera apps using alwaysai api's","archived":false,"fork":false,"pushed_at":"2023-04-07T16:17:55.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-09-01T12:46:50.564Z","etag":null,"topics":["computer-vision","machine-learning","opencv"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alwaysai.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}},"created_at":"2021-03-18T14:44:17.000Z","updated_at":"2021-12-07T00:25:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"ccef0a6c-1345-4183-8b7f-01b355049086","html_url":"https://github.com/alwaysai/oak-cameras","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alwaysai/oak-cameras","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alwaysai%2Foak-cameras","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alwaysai%2Foak-cameras/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alwaysai%2Foak-cameras/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alwaysai%2Foak-cameras/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alwaysai","download_url":"https://codeload.github.com/alwaysai/oak-cameras/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alwaysai%2Foak-cameras/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33136670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["computer-vision","machine-learning","opencv"],"created_at":"2025-03-26T18:27:20.889Z","updated_at":"2026-05-17T11:31:33.542Z","avatar_url":"https://github.com/alwaysai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# oak-cameras-repo\n\n![1b7194b7c4a79d3c471d3645b0d0a2c8_original](https://user-images.githubusercontent.com/21957723/111654915-6b653000-87c6-11eb-9e5b-b6525eba000c.png)\n\n\nThe Oak-1 and Oak-D cameras have built-in chips for artificial intelligence, eliminating the security, latency and cost issues found in cloud based inferencing. The cameras can determine where objects are located in the space around them, as well as their trajectory, in real time. The cameras features built-in Intel Myriad X chips for running the machine learning inferencing locally.  This Repo shows you how to use these amazing cameras with the alwaysAI platform providing powerful easy to use option for them to create commercial products.\n\n![Oak-D](https://user-images.githubusercontent.com/21957723/111655445-e4fd1e00-87c6-11eb-9b3f-714a950434a0.png)\n\n\nThe Oak camera hardware (both models) includes a 12-megapixel auto-focus camera sensor with a wide horizontal field of view up to 4056 x 3040 resolution. The raw video output is at up to 4K/60fps with hardware 4K H.265 video encoding.  The Oak-D in addition to the main camera sensor that both models share provides spatial AI leveraging stereo depth.\n\n\nUse cases for Oak cameras are:\n1. Navigation     - How to move a robot or drone around obstacles\n2. Agriculture    - Whether produce is ripe for picking\n3. Safety         - Monitoring worksites for safety violations and accidents\n\n\nThe alwaysAI API’s support support object detection, classification, pose estimation and spatial AI capabilities of the devices.\n\n## Repo Programs\n| Folder                     \t| Description                                                                                              \t|\n|----------------------------\t|----------------------------------------------------------------------------------------------------------\t|\n| basics           \t          | Program demonstrate how to start the camera, capture images and inference those images. Application use object detection to detect human faces and centroid tracker to provide a unique face count |\n| color_detect            \t  | Program use object detection and the centroid pixel of the object's bounding box to do color estimation of the that detected object|\n\n## Requirements\n* [alwaysAI account](https://alwaysai.co/auth?register=true)\n* [alwaysAI Development Tools](https://alwaysai.co/docs/get_started/development_computer_setup.html)\n\n## Usage\nThe Oak Camera can be connected to either USB 3 or USB 2 hub, If use USB 2 make sure you adjust the API to indicate its usage for applications to work (defaults for the API is USB 3)\n\nOnce the alwaysAI tools are installed on your development machine (or edge device if developing directly on it) you can install and run the app with the following CLI commands:\n\nTo perform initial configuration of the app:\n```\naai app configure\n```\n\nTo prepare the runtime environment and install app dependencies:\n```\naai app install\n```\n\nTo start the app:\n```\naai app start\n```\n\n## Support\n* [Documentation](https://alwaysai.co/docs/)\n* [Community Discord](https://discord.gg/alwaysai)\n* Email: support@alwaysai.co\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falwaysai%2Foak-cameras","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falwaysai%2Foak-cameras","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falwaysai%2Foak-cameras/lists"}