{"id":19166576,"url":"https://github.com/teltek/galicaster-plugin-cameracontrol","last_synced_at":"2025-07-30T12:32:58.880Z","repository":{"id":101013990,"uuid":"67120936","full_name":"teltek/Galicaster-plugin-cameracontrol","owner":"teltek","description":"Plugin to control a remote camera from Galicaster UI","archived":false,"fork":false,"pushed_at":"2018-02-08T11:02:38.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":4,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-05-07T13:39:17.790Z","etag":null,"topics":["galicaster"],"latest_commit_sha":null,"homepage":"","language":"Python","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/teltek.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG","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":"2016-09-01T10:14:02.000Z","updated_at":"2021-07-03T06:58:37.000Z","dependencies_parsed_at":"2023-03-17T11:31:06.163Z","dependency_job_id":null,"html_url":"https://github.com/teltek/Galicaster-plugin-cameracontrol","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/teltek/Galicaster-plugin-cameracontrol","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teltek%2FGalicaster-plugin-cameracontrol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teltek%2FGalicaster-plugin-cameracontrol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teltek%2FGalicaster-plugin-cameracontrol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teltek%2FGalicaster-plugin-cameracontrol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teltek","download_url":"https://codeload.github.com/teltek/Galicaster-plugin-cameracontrol/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teltek%2FGalicaster-plugin-cameracontrol/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267867803,"owners_count":24157357,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"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":["galicaster"],"created_at":"2024-11-09T09:33:36.583Z","updated_at":"2025-07-30T12:32:58.824Z","avatar_url":"https://github.com/teltek.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Galicaster Plugin Cameracontrol\n===============================\n\nThis is a plugin for Galicaster that allows to control a remote camera from Galicaster GUI.\n\nRight now, the plugin works with the following cameras:\n\n- Sony:\n\t- EVI-H100S/100V cameras, using an implementation of VISCA protocol in python.\n- Panasonic:\n\t- AW-HE50\n\t- AW-HE120\n\t- AW-HE60\n\t- AW-HE130\n\t- AW-HE40\n\t- AW-HE65\n\t- AW-HE70\n\t- AW-UE7\n\nInstallation\n------------\n\nThis plugin can be installed as a deb package or through pip installer:\n\t- To generate deb package\n\t\tIn repository root folder execute ``sudo py2deb -r pathtorepo .``\n\n\t\t-r pathtorepo  path to store deb files\n\n\t\tThis will create the plugin deb package and debs for dependences. By default packages are stored in /tmp folder.\n\n\t- To install with pip\n\t\tIn the repository root folder execute ``sudo pip install`` or execute ``python setup.py sdist`` to generate a .tar package installable from pip\n\nConfiguration examples\n----------------------\n\nSony EVI-H100S/100V\n-------------------\n\nGalicaster controls the camera using the serial port, so we need to add the user galicaster to the group dialout, as follows (otherwise galicaster would need root privileges):\n\n``sudo usermod -a -G dialout galicaster``\n\nThe following lines must also be added to the ``conf.ini`` file so that the plugin runs properly:\n::\n\t[plugins]\n\tcameracontrol = True\n\n\t[cameracontrol]\n\tpath = /dev/ttyUSB0\n\tzoom_levels = 7\n\tmax_speed_pan_tilt = 0x18\n\tcamera = sony_evi_h100s_100v\n\nPanasonic AW-HE50, AW-HE120, AW-HE60, AW-HE130, AW-HE40, AW-HE65, AW-HE70, AW-UE70\n----------------------------------------------------------------------------------\n\nAdd to the ``conf.ini``:\n::\n\t[plugins]\n\tcameracontrol = True\n\n\t[cameracontrol]\n\tpath = 192.168.0.10\n\tzoom_levels = 49\n\tmax_speed_pan_tilt = 49\n\tcamera = panasonic_aw_he40\n\nGalicaster Project: https://github.com/teltek/Galicaster-plugin-cameracontrol\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteltek%2Fgalicaster-plugin-cameracontrol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteltek%2Fgalicaster-plugin-cameracontrol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteltek%2Fgalicaster-plugin-cameracontrol/lists"}