Zeraphis Cameras
π Zeraphis Cameras
A fully featured, immersive CCTV camera system built for Qbox framework servers. Supports ox_lib for UI, ox_inventory for item handling, and includes advanced camera streaming β even from far away. Built with optimization and roleplay flexibility in mind.
π₯ Features
Live Camera Viewing Seamlessly view feeds from configured cameras using smooth, rotatable scripted camera angles.
π Full Vehicle Support Players can access cameras while seated in any vehicle β no more being ejected or misaligned. Camera entry and exit are now seamless, and interior streaming remains flawless even while in motion.
π± Tablet Access Requirement Require a specific item (e.g.,
cameratablet) for access. Easily toggled via config.π Job-Based Access Control Restrict access to specific jobs (like
police,sheriff). Fully configurable.πͺ Interior Streaming Uses advanced memory pinning to stream interiors (like stores and stations) from anywhere in the map, without needing to teleport or break immersion.
βοΈ Configuration
All config options are inside config.lua.
π¦ Camera Setup
Define each camera as follows:
Config.Cameras = {
["example_camera_1"] = {
name = "Example Camera",
coords = vector4(34.38, -1342.46, 31.85, 130.9),
rotatable = true,
hacked = false, -- Future update
disabled = false,
},
["example_camera_2"] = {
name = "Example Camera 2",
coords = vector4(00.00, 00.00, 00.00, 00.00),
rotatable = true,
hacked = false, -- Future update
disabled = false,
}
}π Job Access
Control who can view cams:
π± Item Requirements
Enable or disable the need for an item to access the cameras:
π Dependencies
Ensure these are installed and started before zeraphis-cameras:
Qbox (framework)
π§ Upcoming Features
π Hacking System Criminals will be able to use a
hackinglaptopitem to hack into cameras via a minigame and temporarily disable or hijack feeds.π₯ Recording / Logging Camera usage and access logs sent to server or discord for audit trails.
π¬ Support
Need help? join the discord
Discord: https://discord.gg/HcqNCypSAJ
Last updated
