|
@@ -54,7 +54,10 @@ namespace bbiwarg.DataSource
|
|
|
// parameters
|
|
|
if (moviePath.Length != 0)
|
|
|
device.RegisterParameterHandle<int>("SOURCE.MOVIE.PlayMode").Value = 0; // playMode = once
|
|
|
- frameRate = device.RegisterParameterHandle<float>("SOURCE.FrameRate");
|
|
|
+ frameRate = device.RegisterParameterHandle<float>("SOURCE.FrameRate");
|
|
|
+
|
|
|
+ // confidence-threshhold
|
|
|
+ device.RegisterParameterHandle<int>("SOURCE.DEPTHSENSE.AmplitudeThreshold").Value = 100;
|
|
|
|
|
|
// events
|
|
|
device.EventManager.RegisterEventListener("DEVICE.Status", new Iisu.EventDelegates.Device.Status(onDeviceStatusChanged));
|