Hi guys,
I am doing a project of wireless video transmission via UWB.
I have a transmitter [ RPI camera + RPI 4 B connected via SPI of DWM1001 ] and,
The receiver has [ RPI 4 B connected via SPI of DWM1001 + RPI Display ].
The plan is to encode the video stream from RPI camera to RPI 4 B using H.264 encoder and sent the encoded data via SPI to DWM1001.
And to receive the encoded video on the other DWM1001 and sent the data to RPI 4 B and decode the video and display the live video over RPI display.
I have just started the designing of the code , and any help with it is much appreciated.
Thanks in advance !.