mavlink-camera-manager icon indicating copy to clipboard operation
mavlink-camera-manager copied to clipboard

MAVLink Camera Manager Service

Results 66 mavlink-camera-manager issues
Sort by recently updated
recently updated
newest added

Make it more replicable and easier to understand

The V4L compatible camera on /dev/video3 isn't detected currently. ### Camera [Google Coral](https://coral.ai/products/camera/#tech-specs) connected via MIPI-CSI **Example Gstreamer command that will stream to QGroundControl (As UDP)** `sudo gst-launch-1.0 v4l2src device=/dev/video3...

Hello, I was wondering If we can add the ability to stream different media types not just the native one that the camera provides, as you are relying on the...

enhancement

Today, the structure (typescript version) of the controls are something like this: ```typescript export interface V4LMenuOption { name: string value: number } export interface V4LMenu { default: number value: number...

enhancement

What seems to be 'duplicated devices' on our frontend is actually somewhat an extended feature from [Linux Kernel](https://unix.stackexchange.com/a/539573). ![image](https://user-images.githubusercontent.com/5920286/147662559-c9d3fe48-f5a2-4818-aaa6-495dccf658ec.png) Because the user can't use (I'm assuming this based on my...

enhancement

https://youtu.be/eJpxqVr_tzQ https://github.com/centricular/webrtcsink/tree/main/plugins/examples

enhancement

The following is the minimal patch to fix the WebRTC: ```bash git merge \ improve_webrtc_test \ improve_webrtc2 \ fix_webrtcsink_lock \ add_failsafe_killer ```

- [ ] Add first test implementation - We decided that a test binary should be created/provided to help us test the program with an end-to-end approach, including over network...