Hi, I am running into an issue with trying to run a .cpp sample app. I have a python sample app based on examples/linux_imx274_player.py that works for my camera (using the Linux Receiver). However, when I try to copy the examples/imx274_player.cpp for my camera (which uses the ROCE receiver), I run into the following issue:
ERROR roce_receiver.cpp:714 get_next_frame tid=0xff – Metadata psn=0 but received_psn=15103096.
ERROR roce_receiver.cpp:714 get_next_frame tid=0xff – Metadata psn=0 but received_psn=15108697.
ERROR roce_receiver.cpp:714 get_next_frame tid=0xff – Metadata psn=0 but received_psn=15114298.
ERROR roce_receiver.cpp:714 get_next_frame tid=0xff – Metadata psn=0 but received_psn=15119899.
These errors repeat over and over while the HoloVizOp remains blank. I have tried restarting my PC, Holoscan Sensor Bridge, and my camera all with no luck.
Any help with this would be greatly appreciated.