Where is the screenshot photo of the sample_camera_multiple_gmsl saved?

I took a screenshot while running the sample ./sample_camera_multiple_gmsl in the bin folder. In the terminal, it mentioned ‘SCREENSHOT TAKEN to CameraGMSL_Multi_screenshot_0000.png’ but I am unable to look for this file. Where is it saved?

hello vivanraaj,

could you please share more details about your environment setups, for example, may I know which release you’re working with?
BTW, how about use this command to search the whole rootfs for the file. thanks

sudo find / -name CameraGMSL_Multi_screenshot_0000.png

i managed to solve it. it was just a matter of adding ‘sudo’ in front of the command. thx