timonehr

Results 3 comments of timonehr

Hi jitaxis, You can parameterize the blaze camera via the service interface. A few examples for you: ``` root@VM:/home/test_ws# ros2 service call /my_blaze/pylon_ros2_camera_node/enable_hdr_mode std_srvs/srv/SetBool "{data : "true"}" waiting for service...

Hi jitaxis, Have you tried to set the environment variable `GENICAM_GENTL64_PATH` within the container? For example, for the Dockerfile: `ENV GENICAM_GENTL64_PATH=/opt/pylon/lib/gentlproducer/gtl:$GENICAM_GENTL64_PATH` or within the container: `export GENICAM_GENTL64_PATH=/opt/pylon/lib/gentlproducer/gtl`

Hi Srijal97, Is the blaze camera also accessible as a camera (via GEV) in the container? The installation package `pylon Supplementary Package for blaze` offers two programs for functional testing,...