I\'m working on Intel RealSense SDK (R2). I want to save the image from Camera_viewer. I have worked till saving the frame to specific buffers and retrieving from the same. I wa
Same question was asked here and the answer that was posted solved the initial question. However there was a follow-up question on how to save the images to specific folder.
If you have that specific question, then answer would be the same SetFileName()
only. According to this link, pxcCHAR *file is the full path of the file to playback or to be recorded.
. That being said, you can create a custom folder and point your path to that custom folder
followed by a valid file name to save your image.