payloadcomputerdroneprojekt.camera.gazebo_sitl package#
Submodules#
payloadcomputerdroneprojekt.camera.gazebo_sitl.gazebo_cam module#
- class payloadcomputerdroneprojekt.camera.gazebo_sitl.gazebo_cam.GazeboCamera(config)[source]#
Bases:
AbstractCamera
- get_current_frame()[source]#
Capture the current frame from the camera. :return: The captured frame.
payloadcomputerdroneprojekt.camera.gazebo_sitl.gazebo_camera_lib module#
- class payloadcomputerdroneprojekt.camera.gazebo_sitl.gazebo_camera_lib.Video(port=5600)[source]#
Bases:
object
BlueRov video capture class constructor
- video_codec#
Source h264 parser
- Type:
string
- video_decode#
Transform YUV (12bits) to BGR (24bits)
- Type:
string
- video_sink_conf#
Sink configuration
- Type:
string
- video_source#
Udp source ip and port
- Type:
string
- frame_available()[source]#
Check if frame is available
- Returns:
true if frame is available
- Return type: