jimthev

Results 7 issues of jimthev

This allows a svg file to be displayed inside an img tag. For example:

This status entry isn't implemented. PXC_STATUS_VALUE_OUT_OF_RANGE= 105 /*\* Data value(s) out of range*/ This would be something that I would normally try to add myself, but I still can't get...

The transformation methods in PXCProjection all take arrays of points in the SDK but the java versions take single points. Should they be taking arrays as parameters or should you...

For the depth stream, I think the current code: internalFormat = format = /\* GL_BGRA */ 0x80E1; should be changed to: internalFormat = GL20.GL_RGBA; format = /\* GL_BGR */ 0x80E1;...

While trying to figure out why my depth stream isn't showing anything in the StreamViewer.java test I found that getStreams in DeviceInfo fails. The return value of my PXCCapture_DeviceInfo_streams_get is...

It seems like the gradle dependency should be: compile "com.badlogicgames.gdx:gdx-realsense:1.0.0" rather than compile "com.badlogicgames.gdx:gdx-realsense:1.0.0-SNAPSHOT" as listed on the main page.

To get gdx-realsense64.dll to load I had to install the 32 bit MS C Runtime (vcredist_x86.exe) and put "C:\Windows\System32\downlevel" on my path (to get API-MS-WIN-CORE-PRIVATEPROFILE-L1-1-1.DLL and 2 other dlls). Is...