Splash Screen
What is it
After it boots up, the Zivid camera will project the Zivid logo and useful camera information:
Camera Model
Serial number
Firmware version
Network link status
IP address
This splash screen will disappear after 60 seconds, or when you connect to the camera via the SDK/Studio.
How to disable, enable, and change it
To disable the splash screen, run:
ZividNetworkCameraConfigurator splash-screen <host> --disable
참고
<host> is the serial number or the IP address of the camera.
To enable it, run:
ZividNetworkCameraConfigurator splash-screen <host> --enable
It is possible to set the splash screen duration in seconds.
ZividNetworkCameraConfigurator splash-screen <host> --duration 90
It is also possible to upload a custom PNG image to be displayed instead of the Zivid logo. The maximum image size is 750x350.
ZividNetworkCameraConfigurator splash-screen <host> --custom-logo /path/to/your/logo.png
To display only the logo/image and hide the information, run:
ZividNetworkCameraConfigurator splash-screen <host> --logo-only
For more options, run:
ZividNetworkCameraConfigurator -h