Replies: 0 comments 2 replies
-
@Sharrrrk Thank you for this topic! We applied our GMSL camera to our system by developing our own v4l2 device driver and using it with gscam. The drivers you shared depend on NVIDIA DRIVE SDK. However, since many cameras are supported, creating a ROS wrapper with the latest SDK and implementing it into autoware may be useful for many users. @drwnz What do you think about this? |
Beta Was this translation helpful? Give feedback.
-
@Sharrrrk @aohsato However, I think there is benefit in creating a general camera node with a list of supported cameras - this does not have to be limited to GMSL cameras. |
Beta Was this translation helpful? Give feedback.
-
This discussion is about options of adding GMSL camera node to autoware.
Currently there is no camera node included in the autoware project repo.
The following camera node was used in previous autoware:
We are using GMSL cameras in our AD vehicle and GMSL camera is also a common choice of many Autoware users, so here I recommed to develop a general GMSL camera node for autoware which support multi cameras and hardware accelerated compression.
Also some sources of GMSL camera driver is available:
https://github.com/Autoware-AI/drivers/tree/master/autoware_driveworks_gmsl_interface
https://gitlab.com/leo-drive/Drivers/sekonix_camera
https://github.com/Adlink-ROS/gmsl_ros2/tree/main
Just wondering any good ideas / requirements for this gmsl camera node? Please feel free to comment. And we would start development afterwards.
Beta Was this translation helpful? Give feedback.
All reactions