weipengyao

Results 17 comments of weipengyao
trafficstars

plugin_list可以去除 直接编译到可执行文件里面 例如 cuda_add_executable(pro ${cpp_srcs} ${cuda_srcs})

this is part of the log [gstreamer] gstEncoder -- pipeline full, skipping frame 5800 (1920x1080, 3110400 bytes) video-viewer: captured 5800 frames (1920x1080) [gstreamer] gstEncoder -- pipeline full, skipping frame 5825...

I found that frequently calling videoSource::Create(inputOpt) for a non-existent camera can lead to memory leaks. Although it returns nullptr, the 'dec' object is not released. In addition, the 'discover()' function...

If I simultaneously input 16 channels of RTSP video streams (H264 1920x1080) into Jetson NX and convert them into RTSP Server (H265 1920x1080), will it occupy all my GPU resources?...

You're welcome, the jetson-utils open-source library is very useful, and I look forward to your continuous updates. @dusty-nv

After closely examining the running status of jetson-utils, I found that gstDecoder::onBuffer method keeps triggering continuously, and gstDecoder::checkMsgBus() method returns null when using gst_bus_pop.

@dusty-nv Please help me pinpoint this tricky issue.Thanks~~