File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
<PackageLicenseFile >LICENSE</PackageLicenseFile >
14
14
<UseArtifactsOutput >true</UseArtifactsOutput >
15
15
<PackageIcon >icon.png</PackageIcon >
16
- <VersionPrefix >0.3.3 </VersionPrefix >
16
+ <VersionPrefix >0.3.4 </VersionPrefix >
17
17
<VersionSuffix ></VersionSuffix >
18
18
<LangVersion >10.0</LangVersion >
19
19
<Features >strict</Features >
Original file line number Diff line number Diff line change @@ -207,10 +207,10 @@ public UclaMiniscopeV4()
207
207
// Get BNO data
208
208
var q = new Quaternion
209
209
{
210
- W = QuatConvFactor * ( float ) capture . GetProperty ( CaptureProperty . Saturation ) ,
211
- X = QuatConvFactor * ( float ) capture . GetProperty ( CaptureProperty . Hue ) ,
212
- Y = QuatConvFactor * ( float ) capture . GetProperty ( CaptureProperty . Gain ) ,
213
- Z = QuatConvFactor * ( float ) capture . GetProperty ( CaptureProperty . Brightness )
210
+ W = QuatConvFactor * ( short ) capture . GetProperty ( CaptureProperty . Saturation ) ,
211
+ X = QuatConvFactor * ( short ) capture . GetProperty ( CaptureProperty . Hue ) ,
212
+ Y = QuatConvFactor * ( short ) capture . GetProperty ( CaptureProperty . Gain ) ,
213
+ Z = QuatConvFactor * ( short ) capture . GetProperty ( CaptureProperty . Brightness )
214
214
} ;
215
215
216
216
if ( image == null )
You can’t perform that action at this time.
0 commit comments