If you decode all 8x1080p @ 30fps h.265 streams (8 ip cameras), will there be power for object detection?

Hello.

NVIDIA Jetson Nano

Specification: Video decoding:
8 streams in 1080p @ 30 Hz

If you decode all 8x1080p @ 30fps h.265 streams (8 ip cameras), will there be power for object detection?

Hi,
On Jetson platforms, there is individual hardware encoder/decoder so the decoding is not execute on GPU. GPU is free for object detection. You can check DeepStream SDK and try deepstream-app.

/opt/nvidia/deepstream/deepstream-5.1/samples/configs/deepstream-app$ deepstream-app -c source8_1080p_dec_infer-resnet_tracker_tiled_display_fp16_nano.txt
1 Like

Is nvidia driver required to decode video through decoder? For Ubuntu linux eg.

Hi,

Yes. You would need to do implementation/development based on our L4T releases.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.