Please provide the following info (check/uncheck the boxes after creating this topic): Software Version
DRIVE OS Linux 5.2.6
DRIVE OS Linux 5.2.6 and DriveWorks 4.0
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
I see. My main intentions were to somehow get the pointer that contains the pixels of a frame (preferably in raw format) so that i could do image processing on them, however i have met some difficulties like i ve written a frame from m_rawImageBufs (in CComposite.cpp) to pgm format but got static image. Then tried out to save the output using the FileWriter class but i am unable to play the video with any other media player, so i wanted to see any other possibility to get my hands on the raw data (i ve realized there is no source code for this app, after i ve posted this topic)
I recommend cross-referencing the implementation in CFileWriter.hpp of the nvsipl_camera sample application. This file and others may provide insights into how these structs are utilized.
Thanks. Appearently, i was looking in the wrong direction. Since i wanted to access a pointer that has the image in grayscale, i realized that rather using the raw format, i should have worked with the yuv format. By accessing the surface of index 0, i was able to access the image in grayscale