Hi,
I’m using ZEDx camera with Jetson Orin ZED box, when collecting ROSbag based on ROS1 driver, I met some warnings:
[ WARN] [1714740062.720942539]: Elaboration takes longer (0.172246 sec) than requested by the FPS rate (0.100000000 sec). Please consider to lower the ‘frame_rate’ setting or to reduce the power requirements reducing the resolutions.
[ WARN] [1714740075.408310242]: Elaboration takes longer (1.29495 sec) than requested by the FPS rate (0.100000000 sec). Please consider to lower the ‘frame_rate’ setting or to reduce the power requirements reducing the resolutions.
[ WARN] [1714740087.115231339]: Elaboration takes longer (0.308345 sec) than requested by the FPS rate (0.100000000 sec). Please consider to lower the ‘frame_rate’ setting or to reduce the power requirements reducing the resolutions.
[ WARN] [1714740114.293699925]: Elaboration takes longer (2.84058 sec) than requested by the FPS rate (0.100000000 sec). Please consider to lower the ‘frame_rate’ setting or to reduce the power requirements reducing the resolutions.
[ WARN] [1714740125.292536978]: Elaboration takes longer (3.6063 sec) than requested by the FPS rate (0.100000000 sec). Please consider to lower the ‘frame_rate’ setting or to reduce the power requirements reducing the resolutions.
[ WARN] [1714740155.695566743]: Elaboration takes longer (6.11817 sec) than requested by the FPS rate (0.100000000 sec). Please consider to lower the ‘frame_rate’ setting or to reduce the power requirements reducing the resolutions.
[ WARN] [1714740176.203738535]: Elaboration takes longer (7.34168 sec) than requested by the FPS rate (0.100000000 sec). Please consider to lower the ‘frame_rate’ setting or to reduce the power requirements reducing the resolutions.
[ WARN] [1714740198.186072835]: Elaboration takes longer (0.444714 sec) than requested by the FPS rate (0.100000000 sec). Please consider to lower the ‘frame_rate’ setting or to reduce the power requirements reducing the resolutions.
[ WARN] [1714740217.513218055]: Elaboration takes longer (2.29169 sec) than requested by the FPS rate (0.100000000 sec). Please consider to lower the ‘frame_rate’ setting or to reduce the power requirements reducing the resolutions.
[ WARN] [1714740230.603823812]: Elaboration takes longer (2.49006 sec) than requested by the FPS rate (0.100000000 sec). Please consider to lower the ‘frame_rate’ setting or to reduce the power requirements reducing the resolutions.
In the common.yaml:
pub_frame_rate: 10.0
In the zedx.yaml
general:
camera_model: ‘zedx’
resolution: 6 # ‘1’: HD1080 - ‘2’: HD1200 - ‘4’: SVGA - ‘6’: AUTO
grab_frame_rate: 10
depth:
min_depth: 0.2
max_depth: 10.0 # Max: 40.0
For rosbag records, all topics related to IMU, image, pos and depth are records, but only image topics drop frames. Is there any parameters can be set to solve the warning?
Thank you!