We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157c52d commit ebe1e07Copy full SHA for ebe1e07
models/fpv_cam/fpv_cam.sdf
@@ -84,6 +84,12 @@
84
<distortionT1>0.0</distortionT1>
85
<distortionT2>0.0</distortionT2>
86
</plugin>
87
+ <!-- GStreamer camera plugin (needs a lot of CPU! Consider lowering the
88
+ camera image size) -->
89
+ <plugin name="GstCameraPlugin" filename="libgazebo_gst_camera_plugin.so">
90
+ <robotNamespace></robotNamespace>
91
+ <udpPort>5600</udpPort>
92
+ </plugin>
93
</sensor>
94
<self_collide>0</self_collide>
95
<kinematic>0</kinematic>
0 commit comments