zhouqiang2018

Results 14 comments of zhouqiang2018

The "#" is added to show openGL and a line with only "--" before Doxygen. It seems cmake has found openGL but still print errors when I type "ninja". nvidia@jetson-0423718018083:~$...

2. Another issue is still about ffmpeg. [533/983] Linking CXX shared library b.../x64/debug/core_plugins/libavPlugin.so FAILED: bin/x64/debug/core_plugins/libavPlugin.so : && /usr/bin/c++ -fPIC -Wall -Wextra -Wno-missing-field-initializers -g -shared -Wl,-soname,libavPlugin.so -o bin/x64/debug/core_plugins/libavPlugin.so IO/src/common/CMakeFiles/common.dir/src/filesystem.cpp.o IO/src/common/CMakeFiles/common.dir/src/frameRateHelpers.cpp.o IO/src/common/CMakeFiles/common.dir/src/io.cpp.o...

Thank you very much. I will try these useful suggestions one by one.

I want a working UI actually but getting a command line version is also better than now. Thank you a lot for helping.

@natecarlson Yes, it was published by my predecessor and could not update. I will continue this work.

With cmake -DGPU_BACKEND_CUDA=ON -DGPU_BACKEND_OPENCL=OFF -DRTMP_NVENC=OFF -DBUILD_APPS=OFF -G Ninja ../stitchEm It shows a new error: [270/557] Building CXX object IO/src/common/format/CMakeFiles/format_cuda_ON.dir/src/muxer.cpp.o FAILED: IO/src/common/format/CMakeFiles/format_cuda_ON.dir/src/muxer.cpp.o /usr/bin/c++ -I/home/nvidia/stitchEm/lib/include -Igenerated_headers -I/home/nvidia/stitchEm/IO/src/common/format/include -I/home/nvidia/stitchEm/IO/src/common/format/../include -Wall -Wextra -Wno-missing-field-initializers -g...

Ok, I get it and will flash xavier.

![image](https://user-images.githubusercontent.com/42407841/108998478-ef525d80-76db-11eb-9b89-67fb6506b4e2.png) Does that mean success? It is the first time that get [557/557] :) Thank you!

Thank you! I also do cmake about a version with app. I just add #inclue on every error hpp and seems success. ![image](https://user-images.githubusercontent.com/42407841/109012467-02b9f480-76ed-11eb-9351-2e6542eea17b.png) But when I find VahanaVR and try...

Thanks. I just use the following command and meet a new type of error. nvidia@jetson-0423718018083:~/stitchEm-build$ cmake -DGPU_BACKEND_CUDA=ON -DGPU_BACKEND_OPENCL=OFF -DRTMP_NVENC=OFF -DTEGRA_DEMO=ON -fPIC -G Ninja ../stitchEm -- Qt minimum supported version: 5.6...