File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,29 @@ This tool allows you to update the firmware of your TIS USB camera under Linux.
99### examples
1010
1111List all available cameras:
12+
13+ ```
1214firmware-update -l
15+ ```
1316
1417Get information about a single camera:
18+
19+ ```
1520firmware-update -id <serial number>
21+ ```
1622
1723Apply firmware
24+
25+ ```
1826firmware-update -ud <serial number> -f firmware-file
27+ ```
1928
2029Switch camera to UVC/proprietary mode
30+
31+ ```
2132firmware-update -d <serialnumber> -m uvc
2233firmware-update -d <serialnumber> -m proprietary
34+ ```
2335
2436Switching to uvc mode is only necessary for USB2 cameras.
2537
@@ -42,17 +54,19 @@ http://www.theimagingsource.com/en_US/company/contact/
4254
4355Required dependencies are:
4456
45- libusb-1.0
46- libzip
57+ - libusb-1.0
58+ - libzip
4759
4860For compilation additional dev packages may be required.
4961
5062## Compiling
5163
64+ ```
5265mkdir tcam-firmware-update/build
5366cd tcam-firmware-update/build
5467cmake ..
5568make
69+ ```
5670
5771# License
5872
You can’t perform that action at this time.
0 commit comments