This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA2P-ABZ: In Vision SDK, do some links have a limited number of instances ?

Part Number: TDA2P-ABZ

I get the error:

Error: Link [UartCaptureLink] cannot have more than one instance !!!

I was wondering if there is away to overcome this.

I have 2 different sensors connected to the TDA2P via fpdlink serdes, so I need to create 2 different capture links.

  • Hi,

    Number of Link instance depends on the type of Link.

    If this Link controls a device which has only one instance, it can't have more than one Link instance.

    For FPDLink SerDes, the data is typically captured via either VIP or CSI2 interface.

    We can only have one capture driver instance for VIP or CSI2 interface but it can support more than one sources which represent by multi-channels in the Link.

    Please refer to multi-camera use case in SDK.

    Regards,
    Stanley