{"id":13530287,"url":"https://github.com/jphp-group/jphp-webcam-ext","last_synced_at":"2025-07-09T04:04:23.872Z","repository":{"id":74152324,"uuid":"145107926","full_name":"jphp-group/jphp-webcam-ext","owner":"jphp-group","description":null,"archived":false,"fork":false,"pushed_at":"2018-08-17T11:08:50.000Z","size":488,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-09T23:44:07.794Z","etag":null,"topics":["develnext","jphp","jppm","php","webcam"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/jphp-group.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}},"created_at":"2018-08-17T10:36:33.000Z","updated_at":"2023-06-12T14:26:33.000Z","dependencies_parsed_at":"2024-01-12T17:35:43.219Z","dependency_job_id":"c276e348-1d76-4cfd-9590-8deb7147778f","html_url":"https://github.com/jphp-group/jphp-webcam-ext","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jphp-group/jphp-webcam-ext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jphp-group%2Fjphp-webcam-ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jphp-group%2Fjphp-webcam-ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jphp-group%2Fjphp-webcam-ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jphp-group%2Fjphp-webcam-ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jphp-group","download_url":"https://codeload.github.com/jphp-group/jphp-webcam-ext/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jphp-group%2Fjphp-webcam-ext/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264390670,"owners_count":23600560,"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":["develnext","jphp","jppm","php","webcam"],"created_at":"2024-08-01T07:00:47.399Z","updated_at":"2025-07-09T04:04:23.852Z","avatar_url":"https://github.com/jphp-group.png","language":"Java","readme":"# Webcam\nРасширение для работы с веб-камерой\n## Установка\n```\njppm add jphp-webcam-ext\n```\n## Примеры\n### Получить веб-камеру по умолчанию:\n```php\n$webcam = Webcam::getDefault();\n```\n### Получить список веб-камер:\n```php\n$webcamList = Webcam::getWebcams();\n```\n### Сделать снимок с веб-камеры:\n```php\n$webcam = Webcam::getDefault();\n$webcam-\u003eopen();\n$image = $webcam-\u003egetImage();\n$image-\u003esave('screenshot.png');\n```\n### Отобразить изображение с веб-камеры:\n```php\n$webcam = Webcam::getDefault();\n$webcam-\u003eopen();\n\n$webcamView = new UXWebcamView();\n$webcamView-\u003ewebcam = $webcam;\n$webcamView-\u003esize = [640, 480];\n$form-\u003eadd($webcamView);\n$webcamView-\u003eplay();\n```\n## Расширение для DevelNext\n[Скачать](https://github.com/jphp-group/jphp-webcam-ext/releases/latest)\n\n![](/screenshots/dn_view.png)\n\n## Скриншоты\n\n![](/screenshots/screenshot.png)\n\n## Дополнительно\n\n[Venity](https://vk.com/venity)\n\n[DevelNext - extensions \u0026 manuals.](https://vk.com/dn_extension)\n\n[Оригинальная библиотека](https://github.com/sarxos/webcam-capture)","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjphp-group%2Fjphp-webcam-ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjphp-group%2Fjphp-webcam-ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjphp-group%2Fjphp-webcam-ext/lists"}