1. Uninstall the old sdk:
-------------------------
if any old sdk e.g SVCam_Kit_v2.5.0_Linux_xxx alerady is installed, change to that Makefile folder
$sudo make uninstall

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

$./SVCam_Kit_Install_Linux.sh
$sudo reboot

3. How to Uninstall SDK
-----------------------
$./SVCam_Kit_Uninstall_Linux.sh
$sudo reboot

4. 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"

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

Method 2) double click SVCapture's icon on Desktop
Note, for the first time, right click on that icon and select "Allow Launching"

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

7. 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
