{"id":20292686,"url":"https://github.com/technomancers/picamera","last_synced_at":"2025-10-12T13:44:01.185Z","repository":{"id":57501285,"uuid":"99179332","full_name":"technomancers/piCamera","owner":"technomancers","description":"Capture the stream of Images for a Raspberry Pi Camera in GoLang","archived":false,"fork":false,"pushed_at":"2018-10-01T22:12:39.000Z","size":13,"stargazers_count":30,"open_issues_count":1,"forks_count":9,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-25T07:41:41.885Z","etag":null,"topics":["camera","golang","raspberry-pi"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/technomancers.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}},"created_at":"2017-08-03T02:01:39.000Z","updated_at":"2025-02-06T16:03:06.000Z","dependencies_parsed_at":"2022-09-14T19:41:18.586Z","dependency_job_id":null,"html_url":"https://github.com/technomancers/piCamera","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technomancers%2FpiCamera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technomancers%2FpiCamera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technomancers%2FpiCamera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technomancers%2FpiCamera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technomancers","download_url":"https://codeload.github.com/technomancers/piCamera/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248382241,"owners_count":21094552,"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":["camera","golang","raspberry-pi"],"created_at":"2024-11-14T15:18:26.836Z","updated_at":"2025-10-12T13:43:56.135Z","avatar_url":"https://github.com/technomancers.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# piCamera [![GoDoc](https://godoc.org/github.com/technomancers/piCamera?status.svg)](https://godoc.org/github.com/technomancers/piCamera)\n\nThis package is a wrapper for the `raspivid` command on the Raspberry Pi. To make development easier on a PC, there is are different `Start()` methods depending on what is compiled. One is for the Raspberry Pi and the other is for everything else.\n\n## Installation\n\nSince this package depends on a Raspberry Pi only command there is an extra flag needed to build this package for the Raspberry Pi.\n\n```sh\nenv GOOS=linux GOARCH=arm GOARM=7 go build -tags pi -a .\n```\n\nMake note of the `-tags pi` on build. Any `main` package that has any dependency to this package should have that flag so that this package is built correctly for the Raspberry Pi.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnomancers%2Fpicamera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnomancers%2Fpicamera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnomancers%2Fpicamera/lists"}