fhwedel-hoe / pylon_instant_camera

ROS2 node for access to Basler camera via Pylon CBaslerUniversalInstantCamera API. Supports high-performance, arbitrary framerate, free-running mode.
MIT License
11 stars 4 forks source link

Error while running the node. "GenICam_3_1_Basler_pylon::RuntimeException" #4

Closed FiIipe closed 2 years ago

FiIipe commented 2 years ago

Hello,

I was trying to run the pylon_instant_camera node and I'm getting the following error:

[INFO] [1643317249.693390707] [pylon_instant_camera]: Constructing camera object for full name [], user defined name [], IP address [].
terminate called after throwing an instance of 'GenICam_3_1_Basler_pylon::RuntimeException'

Command that I used: ros2 run pylon_instant_camera node

Any help is appreciated.

Cheers, Filipe

fhwedel-hoe commented 2 years ago

Something in the PylonCamera constructor is throwing an exception. Unfortunately, I did not surround that with a try…catch and the details about the error are not printed. :(

I do not know whether I can add it within this week. If it is urgent, feel free to try yourself.

Which OS are you on? Is it a USB or GigE camera?

fhwedel-hoe commented 2 years ago

Does using d05acd8 yield more information?

FiIipe commented 2 years ago

Hi @fhwedel-hoe,

I am using ubuntu 18.04 and I also tested in ubuntu 20.04. I tested again and it is running fine, no problems.

Cheers