k4a error on Azure kinect when using algorithms for CV

Wong Yi Qi 21 Reputation points
2020-09-08T20:21:11.853+00:00

Linux system
Usb 3.0 cable to Azure kinect23219-errorr.png
Usb 2.0 from power adapter to kinect

An error of K4a happens when running a CV algorithm that consists of tracking and detection of objects and labelling them for further use in the future. No artefacts affecting the camera system was done while running the system, no one touches anything or move in the camera view also causes the crash. I would like to know if this is due to the coding error or the camera(azure kinect) issue. Thank you!

Azure Kinect DK
Azure Kinect DK
A Microsoft developer kit and peripheral device with advanced artificial intelligence sensors for sophisticated computer vision and speech models.
292 questions
{count} votes

Accepted answer
  1. QuantumCache 20,266 Reputation points
    2020-09-09T03:41:03.89+00:00

    Hello @Wong Yi Qi ,

    Please refer to this Github issue with similar discussion: transformation_example | "k4a::k4a"

    On Linux, in order to get some of these examples to build, I had to manually edit the link.txt files to change -lk4a::k4a to -lk4a, etc. because k4a::k4a is of course not the name of any library.

    added #pragma comment(lib, "k4a.lib") , the problem has been fixed.

    23300-image.png

    Please let us know if you need further help in this matter.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.