{"id":21888005,"url":"https://github.com/idein/libv4l-sys","last_synced_at":"2025-04-15T10:16:45.076Z","repository":{"id":35055812,"uuid":"200983234","full_name":"Idein/libv4l-sys","owner":"Idein","description":"Rust FFI to the libv4l","archived":false,"fork":false,"pushed_at":"2023-10-18T18:44:41.000Z","size":51,"stargazers_count":1,"open_issues_count":2,"forks_count":3,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-04-15T10:16:23.594Z","etag":null,"topics":["ffi","rust","video4linux"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/Idein.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}},"created_at":"2019-08-07T06:04:39.000Z","updated_at":"2023-05-16T08:36:04.000Z","dependencies_parsed_at":"2022-09-16T05:14:36.210Z","dependency_job_id":null,"html_url":"https://github.com/Idein/libv4l-sys","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Idein%2Flibv4l-sys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Idein%2Flibv4l-sys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Idein%2Flibv4l-sys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Idein%2Flibv4l-sys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Idein","download_url":"https://codeload.github.com/Idein/libv4l-sys/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249048742,"owners_count":21204306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ffi","rust","video4linux"],"created_at":"2024-11-28T11:13:39.226Z","updated_at":"2025-04-15T10:16:45.057Z","avatar_url":"https://github.com/Idein.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Libv4l-sys\n\n[![CircleCI](https://circleci.com/gh/Idein/libv4l-sys.svg?style=svg)](https://circleci.com/gh/Idein/libv4l-sys)\n\nRust FFI wrapper to libv4l.\n\n## Build\n\n```sh\ncargo build\n```\n\n### Parameter\n\nYou can specify some build parameters.\n\n- `LIBCLANG_INCLUDE_PATH`: Path to the system header directory\n\n    ```sh\n    LIBCLANG_INCLUDE_PATH=/usr/include/clang/7/include cargo build\n    ```\n\n### Cross build\n\nFor cross compiling, some more configurations are required.\n\n#### Example (build for armhf)\n\n```sh\nlibv4l-sys$ cat \u003c\u003cEOF \u003e .cargo/config\n[target.arm-unknown-linux-gnueabihf]\nlinker = \"arm-rpi-linux-gnueabihf-gcc\"\nrustflags = [\"-C\", \"link-args=-Wl,-rpath-link,/usr/lib/arm-linux-gnueabihf\"]\nEOF\nlibv4l-sys$ export LIBCLANG_INCLUDE_PATH=/usr/include/clang/7/include\nlibv4l-sys$ cargo build --target=arm-unknown-linux-gnueabihf\n```\n\n### Required package\n\n- libclang-7-dev\n- libv4l-dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidein%2Flibv4l-sys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidein%2Flibv4l-sys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidein%2Flibv4l-sys/lists"}