Hi,
I want to send camera related parameters using ethernet to tda2x board.
Are there any Vision SDK examples that show how to send any parameter to TDA2x board using NDK APIs or configuration.
Regards
Mayank
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.
Hi,
I want to send camera related parameters using ethernet to tda2x board.
Are there any Vision SDK examples that show how to send any parameter to TDA2x board using NDK APIs or configuration.
Regards
Mayank
Mayank,
The use-case Shiju mentioned (network_rx_tx) will let you take data through network for further processing.
If your aim is to use network only for getting initial parameters for camera you can reuse code from Nullsouce link (vision_sdk\src\links_common\nullSrc) which takes commands from PC tool (vision_sdk\tools\network_tools\network_tx) and then takes data. You can integrate this command server in your use case.