dusty-nv / jetson-utils

C++/CUDA/Python multimedia utilities for NVIDIA Jetson
MIT License
716 stars 283 forks source link

Use videoOutput to encode and write an H265 file, but an display automatically poped up #182

Open carlos-ouyang opened 10 months ago

carlos-ouyang commented 10 months ago

As title descripted , I'm using videoOutput to encode a bunch of pics, but at the mean time a window named "NVIDIA Jetson" popped up, display every pics.

dusty-nv commented 10 months ago

Hi @carlos-ouyang, try running it with the --headless or --no-display flag

carlos-ouyang commented 10 months ago

Hi @carlos-ouyang, try running it with the --headless or --no-display flag

I'm afraid it doesn't work.

And I have install issues as well.

In my Nvidia Jetson Orin AGX , I'm trying to make install, and it ends here:

CMake Error at python/bindings_python_3.8/cmake_install.cmake:92 (file): file INSTALL cannot find "/home/minouyang/projects/jetson-utils/python/bindings/../python/jetson": No such file or directory. Call Stack (most recent call first): python/cmake_install.cmake:94 (include) cmake_install.cmake:401 (include)