Data sharing from pynq z2 to Jetson board

Is there any support to share image data from pynq z2 to jetson board?

I don’t believe that there is any support officially, however, you could use scp to transfer files from your Z2 to your jetson.

All the best,
Shane

Any document or site for scp to transfer files on other board from pynq?

Cathal

It seems scp command is used for transferring files using terminal. But I want to send live video data through pynq z2 to jetson on run time where only these boards are connected. So is there any way to achieve this?

There are ways to stream video data via the terminal on Linux, such as using FFMPEG or VLC. However, PYNQ does not provide any builtin support for doing this. You could set up a server on the Z2 and then connect to it from the Jetson.

Hope that helps a bit.

All the best,
Shane