-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't receive frames being sent #15
Comments
Hi, Thank you for reporting. |
Thank you for your prompt response. Can you let me know if this issue exists on Windows? Also could you clarify if there are any differences to setting up this repo on windows when compared to ubuntu? |
Yes, it works fine on windows. The setup step is almost the same.
But ubuntu needs avahi daemon to search for ndi sources, you need to install avahi.
|
Ah okay thanks! |
Interesting, I'll try to match your setup and see if it works. |
Hi There, For what its worth im having similar issues on rocky 8.6 - although not quite the same - i can usually discover sources both locally and on the network, sometimes i cant, and so far ive not been able to get a picture out of this machine to either a local monitor or a monitor on the network (windows or linux). Still investigating... Cheers! |
@buresu I migrated to Windows and it works fine there. I do have a different issue though. I'm transmitting frames of the format 'FOURCC_VIDEO_TYPE_UYVY' but I am only able to receive them in 'RECV_COLOR_FORMAT_BGRX_BGRA' format. The other formats throw an error like this when I try to visualise them: |
@Nimisha-Pabbichetty cv.imshow() is not support uyvy format. You can change the following lines.
|
Hi! I'm sending video frames using send_video.py and trying to receive them using either recv.py or recv_cv.py. On the sending side, it is printed that frames are being sent like this:
But on the receiving side, it is only showing 'Looking for sources' when running both files like this:
What should I do?
The text was updated successfully, but these errors were encountered: