{"id":17403688,"url":"https://github.com/paviin/fivem-recording-security-cameras","last_synced_at":"2025-07-19T16:35:37.988Z","repository":{"id":255751575,"uuid":"846185034","full_name":"Paviin/Fivem-Recording-Security-Cameras","owner":"Paviin","description":"This repository provides a FiveM script that adds security camera systems with recording functionality for RP servers. It allows players to place, monitor, and record footage from security cameras, useful for role-playing scenarios like surveillance, police work, or property security.","archived":false,"fork":false,"pushed_at":"2024-11-04T15:05:01.000Z","size":4676,"stargazers_count":12,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-14T23:41:00.377Z","etag":null,"topics":["cam","cameras","cctv","fivem","free","lua","monitoring","recordingcameras","replay-system","script","standalone","ui","videoplayback","videosystem"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Paviin.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-22T17:36:25.000Z","updated_at":"2025-05-20T07:43:50.000Z","dependencies_parsed_at":"2024-11-04T16:19:20.915Z","dependency_job_id":"a92b42c4-9ebe-4239-8153-42576017da2a","html_url":"https://github.com/Paviin/Fivem-Recording-Security-Cameras","commit_stats":{"total_commits":36,"total_committers":2,"mean_commits":18.0,"dds":"0.19444444444444442","last_synced_commit":"c28189bdb52ed50552ddd54e6676010197634488"},"previous_names":["paviin/fivem-recording-security-cameras"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Paviin/Fivem-Recording-Security-Cameras","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paviin%2FFivem-Recording-Security-Cameras","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paviin%2FFivem-Recording-Security-Cameras/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paviin%2FFivem-Recording-Security-Cameras/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paviin%2FFivem-Recording-Security-Cameras/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Paviin","download_url":"https://codeload.github.com/Paviin/Fivem-Recording-Security-Cameras/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paviin%2FFivem-Recording-Security-Cameras/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265966177,"owners_count":23857056,"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":["cam","cameras","cctv","fivem","free","lua","monitoring","recordingcameras","replay-system","script","standalone","ui","videoplayback","videosystem"],"created_at":"2024-10-16T19:06:42.463Z","updated_at":"2025-07-19T16:35:37.932Z","avatar_url":"https://github.com/Paviin.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\r\n\r\n# FiveM Recording Security Cameras\r\n\r\nThis **FiveM script** allows players to view and record security camera footage in real time. It’s designed to enhance **roleplay scenarios** such as police surveillance or property monitoring. The system enables **live monitoring**, **automatic recording**, and the ability to **replay** previously recorded footage.\r\n\r\n## Preview\r\nhttps://streamable.com/at338v\r\n\r\n## Features\r\n- **Camera Viewing**: Players can switch between security cameras in specified locations.\r\n- **Recording**: Cameras automatically record footage.\r\n- **Playback**: Recorded footage can be replayed from the perspective of the cameras.\r\n- **Configurable**: Camera positions, intervals, and other settings are easily customizable through the configuration files.\r\n\r\n## Installation\r\n\r\n1. **Download the Script**: Clone or download the repository:\r\n   ```bash\r\n   git clone https://github.com/Paviin/Fivem-Recording-Security-Cameras.git\r\n   ```\r\n2. **Move to Your Server Resources**: Place the folder in your server's `resources` directory.\r\n3. **Configure Your `server.cfg`**: Add the following line to your `server.cfg`:\r\n   ```bash\r\n   start Fivem-Recording-Security-Cameras\r\n   ```\r\n4. **Customize Settings**: Open the configuration file and set camera positions and permissions.\r\n\r\n## Usage\r\n\r\n### Camera System Features\r\nThe script provides several key features for handling security cameras:\r\n\r\n- **Camera Playback**: Recorded videos can be replayed at any time, allowing players to review events.\r\n- **View Cameras**: Switch between different cameras by navigating through the user interface.\r\n\r\n### Configuration\r\nIn the `config.lua` file, you can modify the following settings:\r\n- **Camera Positions**: Define the x, y, z coordinates and angles for each camera.\r\n- **Permissions**: Control which players or jobs can view and manage cameras.\r\n  \r\n## Requirements\r\n- **MySQL-Async**: The script relies on a MySQL database to store camera data and video recordings.\r\n  \r\n## Known Issues\r\n- **Camera Positioning**: Some cameras might have limited visibility depending on their placement.\r\n- **Performance**: Frequent recording or large numbers of cameras can potentially affect server performance.\r\n\r\n## Future Updates\r\n- **Dynamic Camera Placement**: Future versions may allow players to place cameras dynamically in-game.\r\n- **Enhanced Playback Features**: Additional controls for rewinding and fast-forwarding video may be added.\r\n\r\n## License\r\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\r\n\r\n---\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaviin%2Ffivem-recording-security-cameras","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaviin%2Ffivem-recording-security-cameras","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaviin%2Ffivem-recording-security-cameras/lists"}