The camera starts but the stream does not start. There is also an issue with using nvtee instead of tee.
Tell me what could be the problem. Maybe I’m not configuring the pipeline correctly :(
(XX:15902): GStreamer-WARNING **: 16:41:40.163: Trying to link elements stream and queue0 that don’t share a common ancestor: queue0 hasn’t been added to a bin or pipeline, and stream is in pipeline1
(XX:15902): GStreamer-WARNING **: 16:41:40.163: Trying to link elements stream and queue1 that don’t share a common ancestor: queue1 hasn’t been added to a bin or pipeline, and stream is in pipeline1
but I don’t understand why it doesn’t work with nvtee and why you need to use videorate to change the framerate, and not !nvvidconv flip-method=2 ! video/x-raw(memory:NVMM),width=3840, height=2160, framerate=20/1
nvtee is not a NVMM version of tee. In recent gstreamer versions, tee supports NVMM memory.
nvvidconv can scale but doesn’t change framerate, it is videorate job to do that.