I am trying to stream video from usb camera using gstreamer . But my pipeline after execution does not change . Its displays default TI image on screen and not camera captured images.
However my camera turn on as per indication led (ON) as displayed on camera .
pipeline = "v4l2src device=/dev/video2 io-mode=2 ! image/jpeg, width=1280, height=720 ! jpegdec ! tiovxdlcolorconvert ! video/x-raw, format=NV12 ! videoconvert ! kmssink sync=false driver-name=tidss"
Can you please help me in streaming camera data on HDMI display ?