Dear friends,
We have designed TM320DM365 based custom hardware with TVP5150 video decoder.
We are using arago git linux kernel 2.632-rc2. It's with tvp5150 driver.
When i try to run encode application from dvsdk 3.10, it gives following error log
#####################################################################
Encode demo started.
vpfe-capture vpfe-capture: error in getting g_fmt from sub device
Error: Failed to detect video standard, video input connected?
encode: linux/Pause.c:120: Pause_off: Assertion `hPause' failed.
Aborted
######################################################################
We checked in tvp5150.c driver, it's checking for VBI configuration from the video input, We have disabled the VBI configuration
from g_fmt function, then also it gives following errors
#############################################################################
Encode demo started.
Error: Failed to detect video standard, video input connected?
encode: linux/Pause.c:120: Pause_off: Assertion `hPause' failed.
Aborted
##############################################################################
Am i missing something in configuring tvp5150 chip.?
is there any patch available to fix this issue?
Thanks in advance
Jagdsih