Nvmedia_image file missing

Hi,

I am doing a project on the drive agx dev kit platform.
I have added the /dw/image/Image.h in the project.
But while compiling this error occurs:

fatal error: nvmedia_image.h: No such file or directory
74 | #include <nvmedia_image.h>

Do we need to install some other package to get this file?

Please provide the following info (check/uncheck the boxes after clicking “+ Create Topic”):
Software Version
DRIVE OS Linux 5.2.0
DRIVE OS Linux 5.2.0 and DriveWorks 3.5
NVIDIA DRIVE™ Software 10.0 (Linux)
NVIDIA DRIVE™ Software 9.0 (Linux)
other DRIVE OS version
other

Target Operating System
Linux
QNX
other

Hardware Platform
NVIDIA DRIVE™ AGX Xavier DevKit (E3550)
NVIDIA DRIVE™ AGX Pegasus DevKit (E3550)
other

SDK Manager Version
1.5.0.7774
other

Host Machine Version
native Ubuntu 18.04
other

You can find the header file in below path. Thanks.

~/nvidia/nvidia_sdk/DRIVE_Software_10.0_Linux_OS_DDPX/DRIVEOS/drive-t186ref-linux/include/nvmedia_image.h

1 Like

Is that on the board ?

It’s on your host system (part of DRIVE Software 10.0 installation via SDK Manager).

I have installed DRIVE Software 10.0 on the board ,
Does that mean that the file should be available on the board?

Only cross compilation on host system is supported so the file is on host system only.

Thanks, this helps a lot.

1 Like