Skip to content

Commit 20a213d

Browse files
committed
Updated demo script
1 parent 5a6f6e3 commit 20a213d

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

OKEGui/OKEGui/demo.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@
2727
"op_start=10000",
2828
"op_end=15000"
2929
]
30-
}
30+
},
31+
"Rpc" : true
3132
}

OKEGui/OKEGui/demo.vpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ if Debug:
2525
else: res = mvf.Depth(res, 10)
2626

2727
res.set_output()
28-
28+
src16.set_output(1)

OKEGui/OKEGui/demo_720p.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
"00000.m2ts",
2424
"00001.m2ts",
2525
"00002.m2ts",
26-
]
26+
],
27+
"Rpc" : true
2728
}

OKEGui/OKEGui/demo_720p.vpy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ dark = mvf.Depth(dbed,8,dither=0,ampo=1.5)
3232
res = core.std.MaskedMerge(dark, bright, core.std.Binarize(bright, 128, planes=0), first_plane=True)
3333

3434
res.set_output(0)
35+
src8.set_output(1)

0 commit comments

Comments
 (0)