Other Parts Discussed in Thread: TDA4VH
Tool/software:
Hi Ti expert:
We encountered an issue while using Gstreamer H265 encoding on the Linux SDK 11.0 TDA4VH platform.
During testing, we found that the video turns gray after encoding around 130,000 frames, as shown in the screenshot below.
When checking the kernel logs, we noticed the following two lines appear at the time the problem occurs.
Have you ever encountered this issue before? Do you have any suggestions for a solution?
our Gst pipe cmd:appsrc format=GST_FORMAT_TIME is-live=true do-timestamp=true block=false name=myAppSrc0 ! queue
! video/x-raw, width=(int)1280, height=(int)384, framerate=(fraction)30/1, format=(string)NV12, interlace-mode=(string)progressive, colorimetry=(string)smpte240m
! v4l2h265enc
! video/x-h265
! h265parse config-interval=-1
! queue ! appsink name=myAppSink0 max-buffers=50 drop=true
Thanks and best regards.