# Security Cameras

<figure><img src="https://3936778620-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPLI7NdIesJTaEUHH6a2U%2Fuploads%2F9QVZumRK4ZBUPrUFt0Ny%2Fimage.png?alt=media&#x26;token=4d817e81-59da-4b2c-8788-091da027707b" alt=""><figcaption></figcaption></figure>

As you can see, in this tab you will be able to see all the available cameras, we are going to divide this section into 3 parts: business cameras, vehicle cameras and bodycams.

### Business Cameras

The business cameras are listed by getting all the objects loaded by the player in a close range and the props that are in the `config/props.lua` -> `Config.cameraProps` are filtered:

```lua
Config.cameraProps = { -- ADD YOUR OWN CAMERAS PROPS
    'prop_cctv_cam_06a'
}
```

We can only load the nearby ones because if we load all the ones on the map it would be impossible to search for the desired ones.

### Vehicle Cameras

Vehicle cameras will only be listed when a vehicle is spawned from the police\_origin point, you can also use the exports to add vehicles spawned by other scripts [here](https://docs.origennetwork.store/origen-police/exports/server-exports).

<figure><img src="https://3936778620-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPLI7NdIesJTaEUHH6a2U%2Fuploads%2FssIX0DnxioTsiiSCkYAY%2Fimage.png?alt=media&#x26;token=4144f651-8af3-47d9-91d7-8efdd0cb6dfc" alt=""><figcaption></figcaption></figure>

### Body Cams

The bodycams listed are those of the service agents and with the Body Camera option activated in the interaction menu:

<figure><img src="https://3936778620-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPLI7NdIesJTaEUHH6a2U%2Fuploads%2FK1tuqhljoRExypd76OFt%2Fimage.png?alt=media&#x26;token=d89d2505-5203-4cee-9205-ef8a3186dde6" alt=""><figcaption></figcaption></figure>
