Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) : Jetson Nano • DeepStream Version : 6.0.1 • JetPack Version (valid for Jetson only) : 4.6.1 • TensorRT Version : 8.2.1 • NVIDIA GPU Driver Version (valid for GPU only) : • Issue Type( questions, new requirements, bugs) • How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing) • Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
when i try to run program, i receive this output :
(venv) nvidia@nvidia-desktop:~/Desktop/eklenecek/probeli$ python3 factoryreceiverv2-hw-probeli.py
Opening in BLOCKING MODE
NvMMLiteOpen : Block : BlockType = 261
NVMEDIA: Reading vendor.tegra.display-size : status: 6
NvMMLiteBlockCreate : Block : BlockType = 261
Stream format not found, dropping the frame
Stream format not found, dropping the frame
Stream format not found, dropping the frame
Stream format not found, dropping the frame
Stream format not found, dropping the frame
…
Yes, I can play the video. Usable and playable. I was getting this error because I misplaced the video. I fixed it and now I can see the video, Thank you.
But now i can’t see bounding boxes. Inference is happening but there is no bounding boxes. I added nvdsosd plugin but it is the same. Updated codes are like this :
I am truly sorry, i sent you the wrong files. This is the files that i mentioned (i noticed that i added osd both receiver and sender, but when i unlink the receiver’ osd the result was the same ):
Theoretically speaking,this has nothing to do with your receiver. You have verified with pipeline that it is good. Have you verified it with changing the udpsink to nv3dsink or filesink in your sender code?
Or you can give us your video, models and config file. We can try to reproduce in our env.
h264parser.link(decoder)
sinkpad = streammux.get_request_pad("sink_0")
if not sinkpad:
sys.stderr.write(" Unable to get the sink pad of streammux \n")
srcpad = decoder.get_static_pad("src")
if not srcpad:
sys.stderr.write(" Unable to get source pad of decoder \n")
srcpad.link(sinkpad)
streammux.link(pgie)