I’m trying to understand the software configuration necessary to run the zed ROS2 node with two ZED X One cameras configured as a stereo pair.
I’ve created a virtual camera using the ZED_Media_Server.
- Am I required to have the
zed_media_server_cli.service
active when using the zed node? - If so, what port do I pass to the zed node? (I assume I need to provide it a streaming address/port)
- Lastly, I usually calibrate using my own tooling (not stereolabs’ CLI calibration tools). Will I just provide my custom calibration file (as usual) to the zed node’s calibration file parameter? Does its form factor change at all in comparison to one I might give using a true stereo camera such as the zed x mini?