Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Finding the turbojpeg.h file that is used in the transformation functions #1975

Open
MH-91 opened this issue Apr 16, 2024 · 0 comments
Open
Labels
Bug Something isn't working Code Sample This issue is related to a code sample Triage Needed The Issue still needs to be reviewed by Azure Kinect team members.

Comments

@MH-91
Copy link

MH-91 commented Apr 16, 2024

Describe the bug
I could not find the turbojpeg.h file that I have to include it in my code.

To Reproduce
I am using visual studio to program the Azure Kinect, my goal is to align the depth image to the RGB image (or vice versa, as I only need to get a visualization of the two images superimposed). My code operates in playback mode, as I already have the recording and I have extracted the captures and then the depth and RGB frames from it. I have followed all the instructions on the website, and I found the transformation functions. The main function provided in the example includes "turbojpeg.h".

Expected behavior
I am expecting to convert the depth images to color images by running the main function provided, but this was not successful because the I could not locate the turbojpeg.h. Also the tjhandle in the main code does not run properly due to this reason.

Screenshots

Desktop (please complete the following information):

  • OS with Version:
  • SDK Version:
  • Firmware version: <! RGB camera firmware: 1.6.110
    Depth camera firmware: 1.6.79
    Depth config file: 6109.7
    Audio firmware: 1.6.14>
@MH-91 MH-91 added Bug Something isn't working Code Sample This issue is related to a code sample Triage Needed The Issue still needs to be reviewed by Azure Kinect team members. labels Apr 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Something isn't working Code Sample This issue is related to a code sample Triage Needed The Issue still needs to be reviewed by Azure Kinect team members.
Projects
None yet
Development

No branches or pull requests

1 participant