Luxonis-Adam Even with the following configuration
/oak:
ros__parameters:
camera:
i_pipeline_type: rgbd
i_nn_type: none
i_floodlight_brightness: 800 # 800 is max
i_laser_dot_brightness: 1200 # 1200 is max
rgb:
i_low_bandwidth: true
left:
i_low_bandwidth: true
right:
i_low_bandwidth: true
stereo:
i_low_bandwidth: true
We do see an increased framerate (~20 fps) at the expense of poor depth images.
However, the CPU utilization seems to be still quite high. Here is the /diagnostics
output:
status:
- level: "\0"
name: 'oak: sys_logger'
message: System Information
hardware_id: /oak_18443010516DE7F400_OAK-D-PRO-POE
values:
- key: Leon CSS CPU Usage
value: '98.693'
- key: Leon MSS CPU Usage
value: '17.734'
- key: Ddr Memory Usage
value: '183.424'
- key: Ddr Memory Total
value: '333.263'
- key: Cmx Memory Usage
value: '2.37988'
- key: Cmx Memory Total
value: '2621440'
- key: Leon CSS Memory Usage
value: '67.9544'
- key: Leon CSS Memory Total
value: '81.6971'
- key: Leon MSS Memory Usage
value: '5.65635'
- key: Leon MSS Memory Total
value: '39.8734'
- key: Average Chip Temperature
value: '50.031'
- key: Leon CSS Chip Temperature
value: '50.9173'
- key: Leon MSS Chip Temperature
value: '49.3651'
- key: UPA Chip Temperature
value: '50.0317'
- key: DSS Chip Temperature
value: '49.8097'
---
Is this expected behavior using the ROS node?