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.

../../_images/splash-screen.png

Tip

The splash screen can also be used as a diagnostic readout tool. If the SDK cannot discover your camera, power-cycle it to read the IP address and the Network link status from the projection.

How to disable, enable, and change it

To disable the splash screen, run:

ZividNetworkCameraConfigurator splash-screen <host> --disable

Note

<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