chunyu
chunyu
When using this plugin on Windows, the microcontroller sends data at a very fast speed, and I find there is a delay during the reading process. How can I set...
[main] 正在生成文件夹: D:/jcy-woozoom/workspace/DroneServer/out/build/DroneServer DroneServer [build] 正在启动生成 [proc] 执行命令: "D:\Program Files\cmake-3.30.4-windows-x86_64\bin\cmake.EXE" --build D:/jcy-woozoom/workspace/DroneServer/out/build/DroneServer --parallel 22 --target DroneServer -- [build] [ 5%] Building CXX object _deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.obj [build] [ 10%] Building CXX object...
./test/mpi_enc_test -i /dev/video1 -o test.h264 -w 640 -h 480 -f 8 -t 7 运行这个命令会出现横纹,是什么原因引起的?,以下这段代码只有mpp_buffer_sync_end没有mpp_buffer_sync_begin 是不是这个原因引起的?如果是的话想要加mpp_buffer_sync_begin,应该加在什么位置? MppBuffer camera_frame_to_buf(CamSource *ctx, RK_S32 idx) { MppBuffer buf = NULL; if (idx < 0) return...