Nate Lowry

Results 9 comments of Nate Lowry
trafficstars

`StorageServiceBase` will be awesome for adding OneDrive #143. Any timeline for when this will get merged? :heart_eyes_cat:

bumping this again and lmk if there's anything i can do to help 😸 this will be awesome when it's added. ❤️

@Thebinoman agreed it'll be great, but in the meantime, you can get really far with a light wrapper around the native methods (see https://github.com/microsoft/Azure-Kinect-Sensor-SDK/blob/develop/src/csharp/SDK/Native/NativeMethods.cs) and some reflection to get the...

all of this was based on thedewi's amazing work in #1711 (which is based on Brent-A's work in #822) here's what i think the minimum steps are for you to...

same deal using `k4a_playback_open` and `k4a_playback_get_next_capture`. see the rest of the things here: https://microsoft.github.io/Azure-Kinect-Sensor-SDK/master/structk4a__playback__t.html dig into those PR's referenced above as they have all the code you need.

Update on this, I'm going to attempt to fork and add the OpenVINO execution provider at session option setup. If I get that working is there any interest in making...

Not sure if it's the exact same issue, but I was able to resolve this by adding the `Microsoft.IdentityModel.JsonWebTokens` package. I originally only had `Microsoft.IdentityModel.Tokens` and `Microsoft.AspNetCore.Authentication.JwtBearer`. With all 3...

i believe `get_timestamp` returns the timestamp from the camera and `get_system_timestamp` is from the host computer. on many cameras the clock on the camera does not persist if it is...