You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I set the blaze configuration so that it works well in short distances (up to 1.5 m). I also don't want auto features, I would like to set the exposure, gain and so on. I have been able to change the exposure and frame rate, but I haven't had much luck setting other parameters.
Also when I set the exposure lower, the image quality drops.
I do have settings from the blazeViewer that I would like to try with the ROS package, but I am unsure of how to apply them. I have been trying through .yaml config but the only settings that seem to change are the exposure and frame rate.
The frame is also not reaching the desired speed, at 20FPS it only reaches 10FPS.
Any suggestions are greatly appreciated.
Thank you.
The text was updated successfully, but these errors were encountered:
@FrancoisPicardDTI
Do you have any thoughts?
I have realised in the readme that I can only set the FPS and exposure for the Blaze. I can change so much more in the viewer, but the main thing i would want to do is turn gamma correction off. Is there a way to do this in ROS?
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 to become available...
requester: making request: std_srvs.srv.SetBool_Request(data=True)
response:
std_srvs.srv.SetBool_Response(success=True, message='done')
root@VM:/home/test_ws# ros2 service call /my_blaze/pylon_ros2_camera_node/set_temporal_filter_strength pylon_ros2_camera_interfaces/srv/SetIntegerValue "{value : 100}"
requester: making request: pylon_ros2_camera_interfaces.srv.SetIntegerValue_Request(value=100)
response:
pylon_ros2_camera_interfaces.srv.SetIntegerValue_Response(success=True, message='done')
The enable_gamma_correction service for a blaze camera is currently missing.
How do I set the blaze configuration so that it works well in short distances (up to 1.5 m). I also don't want auto features, I would like to set the exposure, gain and so on. I have been able to change the exposure and frame rate, but I haven't had much luck setting other parameters.
Also when I set the exposure lower, the image quality drops.
I do have settings from the blazeViewer that I would like to try with the ROS package, but I am unsure of how to apply them. I have been trying through .yaml config but the only settings that seem to change are the exposure and frame rate.
The frame is also not reaching the desired speed, at 20FPS it only reaches 10FPS.
Any suggestions are greatly appreciated.
Thank you.
The text was updated successfully, but these errors were encountered: