Skip to content

Commit

Permalink
V1.2.4: Support DS86/87 and optimizate code; For more information,ple…
Browse files Browse the repository at this point in the history
…ase refer to the ReleaseNotes.txt
  • Loading branch information
Neal-Shen committed Jun 2, 2023
1 parent a3e7483 commit 25d6af1
Show file tree
Hide file tree
Showing 63 changed files with 175 additions and 133 deletions.
Binary file modified Ubuntu/NebulaGUITool
Binary file not shown.
4 changes: 4 additions & 0 deletions Ubuntu/READEME.md
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!
4 changes: 4 additions & 0 deletions Ubuntu/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Ver1.2.4
1.Match with NebulaSDK V1.2.4
2.Optimizate code

Ver1.2.1
1.Match with NebulaSDK V1.2.1
2.Support DS86/87
Expand Down
20 changes: 10 additions & 10 deletions Ubuntu/UTool.ini
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 modified Ubuntu/lib/Config/DS77CLite_0F.json
100755 → 100644
Empty file.
Empty file modified Ubuntu/lib/Config/DS77CPro_0E.json
100755 → 100644
Empty file.
Empty file modified Ubuntu/lib/Config/DS77Lite_11.json
100755 → 100644
Empty file.
Empty file modified Ubuntu/lib/Config/DS77Pro_10.json
100755 → 100644
Empty file.
26 changes: 13 additions & 13 deletions Ubuntu/lib/Config/DS86_12.json
100755 → 100644
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"
}]
}
26 changes: 13 additions & 13 deletions Ubuntu/lib/Config/DS87_13.json
100755 → 100644
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"
}]
}
Loading

0 comments on commit 25d6af1

Please sign in to comment.