如何通过以太网连接 TCP/IP 使用三个视频输入。使用 NullSource 时、它仅适用于单核、也可以使用 NullSource 支持多核。
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.
如何通过以太网连接 TCP/IP 使用三个视频输入。使用 NullSource 时、它仅适用于单核、也可以使用 NullSource 支持多核。
Munesha、您好!
我假设您希望使用 PC 发送视频流。
对于接收视频输入、您可以使用零源链接编号 通道数设置为3。 VSDK 在 Null 源链接上具有 TCP/IP 的示例用例。 您可以参阅它@vision_sdk\examples\tda2xx\src\usecases\network_rx_TX\chains_networkRxDecDisplay.c
ChainCommon_SetNetworkRxPrms (
&pUcObj->NullSourcePrm,
&pUcObj->DecodePrm,
pObj->CaptureOutWidth,
pObj->CaptureOutHeight、
1、<-将其更改为3
30
);
如有任何问题、请告诉我。