{"id":18990737,"url":"https://github.com/marcos-moura97/simple-driver-v4l2-camera","last_synced_at":"2026-05-12T23:33:25.654Z","repository":{"id":119091673,"uuid":"478222496","full_name":"marcos-moura97/simple-driver-v4l2-camera","owner":"marcos-moura97","description":"Simple code example of a camera driver with the V4L2 library. This code capture, process (bitshift) and save one image","archived":false,"fork":false,"pushed_at":"2022-04-05T17:02:14.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T11:16:45.827Z","etag":null,"topics":["camera-api","linux","openmp","shift-operation","v4l2"],"latest_commit_sha":null,"homepage":"","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/marcos-moura97.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":"2022-04-05T16:57:30.000Z","updated_at":"2024-10-08T12:46:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"4fcaa10e-8010-4561-84b1-8e3bd31efcda","html_url":"https://github.com/marcos-moura97/simple-driver-v4l2-camera","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marcos-moura97/simple-driver-v4l2-camera","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcos-moura97%2Fsimple-driver-v4l2-camera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcos-moura97%2Fsimple-driver-v4l2-camera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcos-moura97%2Fsimple-driver-v4l2-camera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcos-moura97%2Fsimple-driver-v4l2-camera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcos-moura97","download_url":"https://codeload.github.com/marcos-moura97/simple-driver-v4l2-camera/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcos-moura97%2Fsimple-driver-v4l2-camera/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32961783,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"ssl_error","status_checked_at":"2026-05-12T23:30:18.191Z","response_time":102,"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":["camera-api","linux","openmp","shift-operation","v4l2"],"created_at":"2024-11-08T17:11:07.751Z","updated_at":"2026-05-12T23:33:25.627Z","avatar_url":"https://github.com/marcos-moura97.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Camera Driver with Inferface V4L2\n\n## Brief description\nSimple example of a camera driver with the interface V4L2. This code capture, process (bitshift) and save one raw image.\n\n## Build\n\n```\n$ g++ capturev4l2.cpp -o capturev4l2\n```\n\n## Usage\n\nThis code has 2 optional arguments. \n\n- The first is the camera number (/dev/video0, /dev/video1, etc);\n- The second is how many bits the image will shift, if will be 0 (RAW8), 2 (RAW10) or 4 (RAW12);\n\nSo, to grab a raw image from the camera located at /dev/video2 and save a RAW12 raw imge, this is the command:\n\n```\n$ ./capturev4l2 2 RAW12\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcos-moura97%2Fsimple-driver-v4l2-camera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcos-moura97%2Fsimple-driver-v4l2-camera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcos-moura97%2Fsimple-driver-v4l2-camera/lists"}