-
Notifications
You must be signed in to change notification settings - Fork 162
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
Issue while sending live frames from Jetson Nano to PC #67
Comments
More details, it seems to get stuck at the sender.send_jpg(jetson_name, frame_buffer) line |
Hi @tulbureandreit, Also, could you format your code using code fencing and syntax highlighting so it is more readable, please. You can edit your existing message rather than re-writing it. GitHub docs on using fenced code blocks with syntax highlighting are here. |
@jeffbass I edited the comment. Sorry. I will run the tests and update you, but I do not have a PiCamera (I have an USB camera), thus I will still need to modify a little bit the code. Thanks a lot! |
Hello. I did not manage to run them successfully. As I see, the problem is at the receiver`s end. At: image_name, image_buffer = image_hub.recv_jpg() Because when I debugged the code with prints, this is the only line that did not work. Also, what`s weird is that the While from the sender only looped once, then it blocked ( i think it is waiting for responde from the sender? ) Thank you in advance. Ps: is it easier with a PiCamera? |
It should not make a difference whether a PiCamera or a USB camera is used. In fact, to facilitate debugging, you may want to borrow code from the |
Hello @jeffbass,
So TLDR: I try to send frames from my Jetson nano (running ubuntu18.04) to my PC. They are connected on the same ethernet connection. I use the same syntax as from your /tests/test3-***.py programs. And it does not work, it just freezes without any errors.
Any suggestions?
receiver:
sender:
The text was updated successfully, but these errors were encountered: