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
We have a simple Python script using OpenCV which receives images from the camera via "rtsp: //192.168.0.76:8554/h264", showing that the camera works.
We have installed Ros2_ipcamera as described in the readme file and customized camera_info.yaml and ipcamera.yaml as shown below.
ros2 launch ros2_ipcamera ipcamera.launch.py starts without errors and ros2 topic list shows /ipcamera/camera_info and /ipcamera/image_raw.
However, we do not get any image in either rviz or rqt.
Is there anything we have overlooked?
I've managed to find the bug. It had to do with the frame_id in the header.
In this case, it does not represent the frame of the image but the frame of the tf tree.
Now it works, whenever you put the fixed frame in RVIZ has the frame_id you put in the YAML
We have an ArkCam Basic Plus Mini IP camera (https://en.ark-vision-systems.com/produkte/arkcambasic+mini/), which we would like to connect to Ros2_ipcamera.
We have a simple Python script using OpenCV which receives images from the camera via "rtsp: //192.168.0.76:8554/h264", showing that the camera works.
We have installed Ros2_ipcamera as described in the readme file and customized camera_info.yaml and ipcamera.yaml as shown below.
ros2 launch ros2_ipcamera ipcamera.launch.py
starts without errors andros2 topic list
shows/ipcamera/camera_info
and/ipcamera/image_raw
.However, we do not get any image in either rviz or rqt.
Is there anything we have overlooked?
Thanks in advance.
ipcamera.yaml:
camera_info.yaml:
The text was updated successfully, but these errors were encountered: