Nvscistream sample gives incorrect results

Thanks for the clarification of the versions.

That is the error you are typically getting if you don’t reset the IPC channels between runs by executing

sudo rm -rf /dev/mqueue/*
sudo rm -rf /dev/shm/*

like you suggested in this post.