Hi folks,
I am working on TRENZ-TB818, I have implemented a design which consists of a TX and RX.
Previously i was using KRIA-KV260 as my RX design. Which was working perfectly fine. I was able to generate a test pattern. When i included the RX in my design (on which Tx was working fine). Now even the Tx pipeline doesn't work. Any leads here?
//*****************************************************//
This is my pipeline and output
root@Trenz:~# gst-launch-1.0 -v videotestsrc pattern=smpte is-live=true ! \
> video/x-raw, format=BGR, width=1920, height=1080, framerate=30/1 ! \
> perf ! v4l2sink device=/dev/video0
** (gst-plugin-scanner:844): CRITICAL **: 09:07:41.604: can't find gi.repository.Gst
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
/GstPipeline:pipeline0/GstVideoTestSrc:videotestsrc0.GstPad:src: caps = video/x-raw, format=(string)BGR, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, multiview-mode=(string)mono, interlace-mode=(string)progressive, colorimetry=(string)1:1:16:4, pixel-aspect-ratio=(fraction)1/1
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = video/x-raw, format=(string)BGR, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, multiview-mode=(string)mono, interlace-mode=(string)progressive, colorimetry=(string)1:1:16:4, pixel-aspect-ratio=(fraction)1/1
/GstPipeline:pipeline0/GstPerf:perf0.GstPad:src: caps = video/x-raw, format=(string)BGR, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, multiview-mode=(string)mono, interlace-mode=(string)progressive, colorimetry=(string)1:1:16:4, pixel-aspect-ratio=(fraction)1/1
/GstPipeline:pipeline0/GstV4l2Sink:v4l2sink0.GstPad:sink: caps = video/x-raw, format=(string)BGR, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, multiview-mode=(string)mono, interlace-mode=(string)progressive, colorimetry=(string)1:1:16:4, pixel-aspect-ratio=(fraction)1/1
/GstPipeline:pipeline0/GstPerf:perf0.GstPad:sink: caps = video/x-raw, format=(string)BGR, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, multiview-mode=(string)mono, interlace-mode=(string)progressive, colorimetry=(string)1:1:16:4, pixel-aspect-ratio=(fraction)1/1
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = video/x-raw, format=(string)BGR, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, multiview-mode=(string)mono, interlace-mode=(string)progressive, colorimetry=(string)1:1:16:4, pixel-aspect-ratio=(fraction)1/1
INFO:
perf: perf0; timestamp: 0:01:35.413333219; bps: 0.000; mean_bps: 0.000; fps: 0.000; mean_fps: 0.000
INFO:00.6 / 99:99:99.
//***********************************************************//
I am not sure if there is any address issue or design issue.
sorry no help right now. maybe something with clocking?