Hello,
I'm trying to work with EVM814x which we connected to external video decoder in i2c #1 (i2c #0 , and i2c #2 continue to serve other devices as before).
I therefoe made the following change in code, adding the following line just before Vcap_init
vcapParams.enableConfigExtVideoDecoder = FALSE;
Vcap_init(&vcapParams);
But then I get the following error in run-time:
IOCTL_DEVICE_SII9022A_QUERY_HPD Failed!! This can happen because
1. enableConfigExtVideoEncoder is set to TRUE and Sii9022A is absent in the system OR
ASSERT (ti_vdis.c|Vdis_init|404)
2. Loose connection between the board and the daugther card
Why the error is about to display if the change is related only to capture ?
Thanks,
Ran