-
Notifications
You must be signed in to change notification settings - Fork 625
Publish SDK 1.2.0 #608
Comments
@Brent-A Thanks for the update! With the new API, when using multiple cameras wire-synced, which timestamp should use to decide the same frame? |
|
@wes_b What is the idea behind the two timestamps? What is the use case, when should we use k4a_image_get_system_timestamp_usec then? |
@Brent-A Is there msi of 1.2.0b0 available already? |
@rfilkov, the msi is not available for 1.2 beta. |
How to install the nuget package in Ubuntu 18.04? |
If I has many custom image, Can the parameter transformed_depth_image of this function k4a_transformation_depth_image_to_color_camera_custom be null? |
k4a_image_get_system_time_nsec() is a time measured by the host system using QueryPerformanceCounter / clock_gettime(CLOCK_MONOTONIC) to capture the host system time when the image arrived. k4a_image_get_device_time_usec is the device's time stamp (that can be synchronized across multiple devices) and has to mapping to host system time.
The NuGet package for alpha and beta releases are the only way we currently have to deliver the much needed Linux binaries. Once you have the NuGet package on your Linux system you need to copy the binaries to the appropriate folder.
No |
@wes-b |
@venscn The client can reuse the same depth output buffer for all calls to k4a_transformation_depth_image_to_color_camera_custom() which means no memory is wasted vs. calling k4a_transformation_depth_image_to_color_camera_custom() just once. |
We've tried out the beta. It drops in just fine to our system. Do you know when it is likely to come out of beta? |
@christianmakela Thank u |
MSI and NuGet have been published. The Debian is delayed until next week unfortunately. |
Run |
I cannot install this Nuget Link: 1.2.0, on my visual studio for windows get this error "Azure kinect only supports the x86/x64 platform" and my computer is a x64 bit platform. |
If you are still hitting this, then please open a new issue, and use the bug template share more info. Your Windows and VS versions would be super helpful. |
1.2.0 is officially released and ready to be used!
MSI Link: 1.2.0
Nuget Link: 1.2.0
Deb package link: TBD will be posted soon
Firmware update:
There is a new firmware file included in this release. Please follow the firmware update instructions to update your firmware.
Summary of changes from 1.1.x:
k4a_image_set_device_timestamp_usec(), k4a_image_set_system_timestamp_usec(), and k4a_image_set_exposure_usec().
See full list of issues in this milestone.
The text was updated successfully, but these errors were encountered: