1. How to Install SDK
---------------------
Note: For system Ubuntu 22.04 or higher which only ships libfuse3 by default, should also install libfuse2,
$sudo apt install libfuse2

1.1 right click on the deb installer(e.g. svcamkit_2.5.xxx_amd64.deb ), select "Open With Other Application", and select "Software Install"
1.2 restart pc after installation

2. How to Uninstall SDK
-----------------------
2.1 right click on the deb installer(e.g. svcamkit_2.5.xxx_amd64.deb ), select "Open With Other Application", and select "Software Install" 
2.2 restart pc after uninstallation

3. Network Setting for GigE-Camera:
----------------------------------- 
e.g under Ubuntu 18.04, goto "Settings/Network", pick up one interface setting (gear symbol)
3.1 In "Identity" tab, set MTU to 9000
3.2 In IPv4 tab,  check the "Link-Local Only"

4. How to start SVCapture
-------------------------
Method 1) open one terminal,
$SVCapture64

Method 2) open "Activities search bar", enter SVCapture64, select it

5. How to start SVIPConfig-x86_64
---------------------------------
open one terminal,
$sudo SVIPConfig-x86_64

6. SVCamMiniExample
--------------------
change to "Makefile_Linux_g++", compile it, and run
$cd SVCamMiniExample/Makefile_Linux_g++
$make
$./SVCamMiniExample

Note: to use U3V camera, please install this library e.g. sudo apt install libusb-1.0-0-dev