What is the interface for byte alignment of images in driveworks?

Software Version
DRIVE OS 6.0.6

Target Operating System
Linux

Hardware Platform
DRIVE AGX Orin Developer Kit (not sure its number)

Before performing image processing, I need to padding the image. For example, my image resolution is 1920X1080, and I need to fill the image with 1920X1088 so that my algorithm can process it. However, I have not found an interface in driveworks that can implement pixel filling. What is the interface for byte alignment of images in driveworks?

Dear @TomFord,
Does that mean you have video file(with image size 1920* 1080) and want to modify the image buffer as 1920*1088 and use for furthur processing?

Dear @SivaRamaKrishnaNV
Yes, I want to modify the image buffer as 1920*1088 with zero padding. What is the interface to do this in driveworks ?

Dear @TomFord,
We don’t have API to do this. You may check creating your own image by padding zeroes manually.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.