Replies: 1 comment 6 replies
-
From DeviceOpenIGTLinkVideo:
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
As discussed in #849 , I'm testing the broadcasting of camera data from a PC where the camera is connected to a PC used for processing.
Here is setup:
If I remove
ImageMessageEmbeddedTransformName="VideoStreamRGBToVideoStreamRGB"
from the PC2 server config file, I never receive any data:If I set it, I correctly receive the image. But I've some error logs that make me worry:
My goal is to receive the image without any error log bound to the receiving process :)
NOTE: I have no problem retrieving the camera data through a direct connection to the PC1 server with the PC2 client.
Here are some details about the configuration and code I use.
PC2 server config:
PC2 client code snippet (without detailed error handling):
Beta Was this translation helpful? Give feedback.
All reactions