AzureKinectForUE icon indicating copy to clipboard operation
AzureKinectForUE copied to clipboard

k4a_capture_t invalid problem

Open YongsunLee opened this issue 4 years ago • 1 comments

image

k4a.log k4abt.log

Hi, @nama-gatsuo

I am using this plugin you provided with gratitude.

It was found that there were no problems during use.

That's why I thought the warning in the photo above was caused by my editing.

But I also found the same warning log in the base project with the variant removed.

That is why I am writing this article by attaching the log file.

May I know what is causing this issue?

YongsunLee avatar Dec 06 '21 08:12 YongsunLee

Hi, @nama-gatsuo

I think you're busy, so I did some more debugging.

It was identified as a problem that occurs because NULL data is sometimes passed to the Capture value passed to the enqueue_capture function in the UpdateSkeletons function.

So in UpdateSkeletons function if(Capture == nullptr) return; I am using it by adding .

My debugging skills are not that good and I do not understand everything about the plugin, so if you have time, I think it would be good to check it again.

Thx.

YongsunLee avatar Dec 16 '21 06:12 YongsunLee