-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
V1.2.4: Support DS86/87 and optimizate code; For more information,ple…
…ase refer to the ReleaseNotes.txt
- Loading branch information
Showing
63 changed files
with
175 additions
and
133 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- NebulaGUITool is the main progrem. | ||
- Support double click run. | ||
- Support Ubuntu 18.04.5|Ubuntu 20.04.1|and Ubuntu higher version. | ||
- Please ensure that you are running the program with root privileges! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[General] | ||
#0 release£»1debug | ||
usertype=0 | ||
#1 2 2x2; 4 4x4 | ||
sample=1 | ||
docut=0 | ||
#WDR1 | ||
t1_totalRange=2 | ||
t1_range1=5 | ||
t1_range2=0 | ||
[General] | ||
#0 release£»1debug | ||
usertype=0 | ||
#1 2 2x2; 4 4x4 | ||
sample=1 | ||
docut=0 | ||
#WDR1 | ||
t1_totalRange=2 | ||
t1_range1=5 | ||
t1_range2=0 |
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"productName": "DS86", | ||
"connectType":"socket", | ||
"colorSensor": [ | ||
{ | ||
"type": "gc2053", | ||
"resolutionList": [ "1600_1200", "800_600", "640_480" ] | ||
} ], | ||
"toFSensor": [ | ||
{ | ||
"type": "sony_cw_2022" | ||
}] | ||
} | ||
{ | ||
"productName": "DS86", | ||
"connectType":"socket", | ||
"colorSensor": [ | ||
{ | ||
"type": "gc2053", | ||
"resolutionList": [ "1600_1200", "800_600", "640_480" ] | ||
} ], | ||
"toFSensor": [ | ||
{ | ||
"type": "sony_cw_2022" | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"productName": "DS87", | ||
"connectType":"socket", | ||
"colorSensor": [ | ||
{ | ||
"type": "gc2053", | ||
"resolutionList": [ "1600_1200", "800_600", "640_480" ] | ||
} ], | ||
"toFSensor": [ | ||
{ | ||
"type": "sony_cw_2022" | ||
}] | ||
} | ||
{ | ||
"productName": "DS87", | ||
"connectType":"socket", | ||
"colorSensor": [ | ||
{ | ||
"type": "gc2053", | ||
"resolutionList": [ "1600_1200", "800_600", "640_480" ] | ||
} ], | ||
"toFSensor": [ | ||
{ | ||
"type": "sony_cw_2022" | ||
}] | ||
} |
Oops, something went wrong.