Niyaz

Results 20 comments of Niyaz

Hello, how can I put rtsp in "videoOutput"? I need steram detectnet from jetson nano over lan by RTSP.

> What about this: https://github.com/GStreamer/gst-rtsp-server/blob/1.14.5/examples/test-launch.c can it be used somehow? I tested rtsp only from csi camera with gstreamer like this: ./test-launch "videotestsrc ! nvvidconv ! nvv4l2h264enc ! h264parse !...

> Are you using ds6.0 branch? Hello, should this work in ds6.0? I cannot run example: niyaz@niyaz:/opt/nvidia/deepstream/deepstream-6.0/sources/apps/sample_apps/deepstream-occupancy-analytics$ ./deepstream-test5-analytics -c config/test5_config_file_src_infer_tlt.txt ** WARN: : Deprecated config 'smart-rec-video-cache' used in group [source1]....

can this work from csi camera? I dont see option for csi

> For ds6.0, please check the ds_6.0 branch. For csi camera, check this https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_ref_app_deepstream.html?highlight=csi#id4 and change the type of source group for csi. I get segfault with **csi source** and...

> What platform are you using? Also, any other ds sample application is running with CSI camera and rtsp sink? Jetson Nanno, https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_Quickstart.html I have tested with this config and...

> I made some changes to libcedarc that displays how much memory it is trying to allocate. Have a look: > > https://github.com/matheusrfdesign/libcedarc/commit/f17465e55541e65618c5d0f8b429b3298ff339f2 > > It might shed some light...

Did you select glibc libracy in Toolchain menu of your buildroot config? by default it was uclibc and this is not right library. It was the reason for me. Now...

I thought you're asking about ffmpeg run issue, not about compilation ffmpeg, because you were are asking here. I had problem with OMX_Core.h not found, but don't remember what I...