Skip to content
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

help for the get ip address of blaze101 #814

Open
fkdlqj13245 opened this issue Jan 23, 2025 · 1 comment
Open

help for the get ip address of blaze101 #814

fkdlqj13245 opened this issue Jan 23, 2025 · 1 comment

Comments

@fkdlqj13245
Copy link

fkdlqj13245 commented Jan 23, 2025

Describe what you want to implement and what the issue & the steps to reproduce it are:

Can you help to check blaze101's ip address?
If i try to get the camera's ip address, the ace camera can get the ip address.
But Blaze couldn't get the address.

I tried with below code.

#Code

 tl_factory = pylon.TlFactory.GetInstance()

 devs_info = tl_factory.EnumerateDevices()



for dev_info in devs_info:


    cam_info = dev_info

 print(

        dev_info.GetDeviceClass() , ', ',

            cam_info.GetModelName(), ', ',

            cam_info.GetIpAddress(), ', ',

            cam_info.GetMacAddress()

    )

#result

BaslerGigE ,  acA1300-75gc ,  192.168.91.176 ,  0030534D7D7B
 BaslerGTC/Basler/GenTL_Producer_for_Basler_blaze_101_cameras ,  blaze-101 ,  N/A ,  N/A

Is your camera operational in Basler pylon viewer on your platform

Yes

Hardware setup used

OS: Ubuntu 20.04(kernel version: 5.15.0-94-generic)

GPU: RTX3060
PYTHON: 3.8.10

Camera(s) used

acA1300-75gc, blaze 101

Runtime information:

pypylon version: 3.0.1 ( also tested 4.0.0)

pylon viewer: 7.4 64bit
@alexanderhappe
Copy link

Unfortunately the IP address information is currently not available in the pylon device enumeration info objects for Basler blaze cameras.
I assume you want to use the IP address for camera identifcation? Is using the serial number or the information from the Device User ID feature an alternative?
If you really require the IP address, you have to open the device first and query the IP address configuration from the device.

Since the missing IP address information is not a pypylon specific issue but a general Basler pylon restriction, feel free to open a support case for Basler pylon on the Basler website.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants