{"id":19534483,"url":"https://github.com/carsonfenimore/veye_mip327","last_synced_at":"2026-04-18T03:32:00.947Z","repository":{"id":258280422,"uuid":"322303379","full_name":"carsonfenimore/veye_mip327","owner":"carsonfenimore","description":"Fork of some code from https://github.com/veyeimaging/raspberrypi.git","archived":false,"fork":false,"pushed_at":"2020-12-17T13:59:03.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T03:44:37.252Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/carsonfenimore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2020-12-17T13:29:04.000Z","updated_at":"2020-12-17T13:59:05.000Z","dependencies_parsed_at":"2024-10-19T00:55:02.567Z","dependency_job_id":null,"html_url":"https://github.com/carsonfenimore/veye_mip327","commit_stats":null,"previous_names":["carsonfenimore/veye_mip327"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/carsonfenimore/veye_mip327","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsonfenimore%2Fveye_mip327","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsonfenimore%2Fveye_mip327/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsonfenimore%2Fveye_mip327/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsonfenimore%2Fveye_mip327/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carsonfenimore","download_url":"https://codeload.github.com/carsonfenimore/veye_mip327/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsonfenimore%2Fveye_mip327/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31955669,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":[],"created_at":"2024-11-11T02:14:29.361Z","updated_at":"2026-04-18T03:32:00.899Z","avatar_url":"https://github.com/carsonfenimore.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# veye_mip327\nFork of some code from https://github.com/veyeimaging/raspberrypi.git.  The veyeimaging repo only provided H264 OR YUV streaming - but not both simultenaouesly.\n\nThis code allows simultaneous H264 and YUV frames capture using the IMX327 sensor as integrated by veye.  On a raspberry pi 4 this enables full 1080p NAL and YUV capture.  Even with YUV-\u003ergb conversion, this process only consumes a small fraction (\u003c10%) of total cpu - leaving the rest for vision / AI processing tasks.\n\nNote that while it is possible to stream RGB, the internal bus of the raspberry pi is not able to push full 1080p @ 30fps.  For this reason YUV is preferred for frame formats.\n\nNote2: you can easily convert the yuv frames using opencv as follows:\n\n```\ncv::Mat yuv(frameHeight+frameHeight/2, frameWidth, CV_8UC1,(uchar *)yuvData);\n```\n\n## To use this code \n```\ngit clone the https://github.com/veyeimaging/raspberrypi.git\ngit clone https://github.com/carsonfenimore/veye_mip327.git\ncp veye_mip327/* raspberrypi/veye_raspcam/source\ncd raspberrypi/veye_raspcam/source\n./build.sh\n./mipi327cap\n```\n  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarsonfenimore%2Fveye_mip327","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarsonfenimore%2Fveye_mip327","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarsonfenimore%2Fveye_mip327/lists"}