Closed thuhangkhuat closed 9 months ago
Which camera are you using? Is this the same issue as https://github.com/christianrauch/camera_ros/issues/13?
Hi, I am using Raspberry camera module v3 (imx708). when I run on a USB camera (imx335), package is still working. So, I will follow the issue as 13. Thank you.
Hi, I follow the issue and still have error
file:///root/.ros/camera_info/imx708__base_soc_i2c0mux_i2c_1_imx708_1a_3840x2400.yaml [ERROR] [1708496416.367063180] [camera_calibration_parsers]: Unable to open camera calibration file [/root/.ros/camera_info/imx708__base_soc_i2c0mux_i2c_1_imx708_1a_3840x2400.yaml] [WARN] [1708496416.367205567] [camera]: Camera calibration file /root/.ros/camera_info/imx708__base_soc_i2c0mux_i2c_1_imx708_1a_3840x2400.yaml not found camera_node: ../include/libcamera/controls.h:167: T libcamera::ControlValue::get() const [with T = libcamera::Span<const libcamera::Rectangle>; typename std::enable_if<(libcamera::details::is_span<U>::value || std::is_same<std::__cxx11::basic_string<char>, typename std::remove_cv< <template-parameter-1-1> >::type>::value), std::nullptr_t>::type <anonymous> = nullptr]: Assertion
isArray_' failed.`
You are using the same camera as @Woojin-Crive in the original issue. I am closing this as a duplicate.
Duplicate of #13 .
Hi, i try to run camera_node in Raspberry Pi 4 by command: ros2 run camera_ros camera_node --ros-args -p width:=640 -p height:=480 And I have an error:
Is it necessary to have a camera.yaml file somewhere to specify parameters? Thank you.