How to save an image in Intel RealSense(Visual C++)

后端 未结 2 878
無奈伤痛
無奈伤痛 2021-02-13 04:27

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

2条回答
  •  天命终不由人
    2021-02-13 05:04

    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.

提交回复
热议问题