> For the complete documentation index, see [llms.txt](https://docs.pingouin.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pingouin.dev/scripts-docs/facial-recognition/general-config/errors-and-troubleshooting.md).

# Errors and Troubleshooting

***

## 🔁 cfg.debugBindPlus & cfg.debugBindMinus

If  you dont have numeric tiles on your keyboard, you might need to change the key for the `/camPreview` tool to work.\
Head onto the [fivem controls docs](https://docs.fivem.net/docs/game-references/controls/) for the key ID's

```lua
cfg.debugBindPlus = 314
cfg.debugBindMinus = 315
```

***
