# stopCamera

Stops the current custom camera and returns to the native game one.\ <br>

```lua
        local stopDynamicPressed = WarMenu.Button("Disable Camera")
        if WarMenu.IsItemHovered() then
            WarMenu.ToolTip('When pressed, disables the camera on the current vehicle.',nil,true)
        end
        if stopDynamicPressed then dynamic:stopCamera() end
```
