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:


🚧 Upcoming Features

  • πŸ” Hacking System Criminals will be able to use a hackinglaptop item 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