The question about L4T Multimedia

In this sample :
https://docs.nvidia.com/jetson/archives/l4t-multimedia-archived/l4t-multimedia-322/l4t_mm_camcap_tensorrt_multichannel_group.html
I can run it successfully , but I can’t find three output files(output1.h265 , output2.h265 , output3.h265) .
I also found that the sample 09_camera_jpeg_capture and the sample 10_camera_recording have the same problem .
I can run them successfully , but I can’t find their outputs .
How can I view all of its output ?

1 Like

Hi,
The samples are in /usr/src, so please run with super user to have permission.

Or run it under your home directory:

nvidia@nvidia-desktop:~$ /usr/src/tegra_multimedia_api/samples/10_camera_recording/camera_recording

You shall see

nvidia@nvidia-desktop:~$ ls -all output.h264
-rw-rw-r-- 1 nvidia nvidia 2588683  八  16 10:34 output.h264

Hello,
Yes, thank you!