Reset camera configuration
Last modified by Lev Andronov on 2025/01/09 14:59
There are several options for camera configuration reset:
Full Power Cycle
In order to perform a full power cycle of the camera, you have two options:
- Use PoCXP control commands on the frame grabber side:
- Set 'PoCXPAutoActive' to 'False' to switch Automatic PoCXP management to manual mode, disabling it by default and immediately cutting power for all frame grabber channels.
- Set 'PoCXPAutoActive' to 'True' to enable Automatic PoCXP management again; you will then need to redetect the cameras.
- Physically disconnect and reconnect the CoaXPress cable.
Device Reset
Use 'Device Reset' command via Vision Point app:
![]() Vision Point legacy camera properties browser | ![]() Vision Point II camera features window |
or use API command:
KYFG_CameraExecuteCommand(cameraHandle, "DeviceReset");
Default User Set Control
A “Default” User Set in User Set Control section of the camera allows to return factory default settings.
- Set 'User Set Selector' to 'Default'
- Click 'Execute' in 'Load User Configuration'
As an alternative you can set 'User Set Default Selector' to 'Default' and perform Device Reset, this will reboot the camera with default user set.