Hi, I am trying to change the RGB resolution from the default of 720x1280 to the maximum resolution, but its not looking like its having any effect. This is the command I am trying:
ros2 launch depthai_ros_driver camera.launch.py rgb.i_width:=3840 rgb.i_height:=2160 rgb.i_fps:=1
What do I have wrong?