genicam / harvesters

Image Acquisition Library for GenICam-based Machine Vision System
Apache License 2.0
500 stars 86 forks source link

raise LogicalErrorException( _genapi.LogicalErrorException: The target port does not hold any URL. update() #437

Closed pathu999 closed 2 months ago

pathu999 commented 8 months ago

Describe the Issue After selecting CTI (Camera Transport Interface) for device communication, I am unable to establish a connection with the device. Instead, an error is encountered.

To Reproduce Steps to reproduce the behavior:

  1. Select CTI as the communication interface for the device.
  2. Attempt to connect to the device.
  3. Encounter an error preventing a successful connection.

Expected Behavior I expected to establish a connection with the device after selecting CTI as the communication interface. There seems to be an issue preventing the connection, which needs to be resolved.

Screenshots If applicable, add screenshots to help explain your problem; Note that it is not necessary to put everything as a screenshot! If the source is a text just paste the text because that is much helpful for us.

Configuration

Reproducibility This phenomenon can be stably reproduced:

Yes No The error occurs consistently whenever attempting to connect to the device using CTI. This phenomenon can be stably reproduced:

The error occurs consistently whenever attempting to connect to the device using CTI.

Actions You Have Taken

Additional context The specific error message encountered during the CTI connection attempt would be essential in diagnosing the problem accurately. Additionally, checking the CTI documentation or contacting CTI support for any device-specific nuances related to CTI communication might provide valuable insights.

L0VEUU commented 6 months ago

Hello! Have you solved this problem. Now I have the same problem.

pathu999 commented 2 months ago

no