k4a_capture_t invalid problem

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?
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.