ES-Alexander
ES-Alexander
Would be useful to be able to loop videos back to the start once reaching the end, or even bounce between the start and end.
When installed through `pip` the default `names.txt` file doesn't get added to the examples directory. Use a manifest file as per [here](https://python-packaging.readthedocs.io/en/latest/non-code-files.html) to include appropriately.
Would be useful to improve Raspberry Pi camera support by creating a [`PiCamera`](https://picamera.readthedocs.io/en/release-1.13/api_camera.html)-based `VideoSource`, similar to [`ScreenSource`](https://github.com/ES-Alexander/pythonic-cv/blob/master/src/pcv/screen.py#L12) for `mss` integration.
Would be useful to improve OpenCV AI Kit cameras integration by creating a [`depthai.Device`](https://docs.luxonis.com/projects/api/en/latest/components/device/)-based `VideoSource`, similar to [`ScreenSource`](https://github.com/ES-Alexander/pythonic-cv/blob/master/src/pcv/screen.py#L12) for `mss` integration.
Time how long the main thread has to wait for the grabber, or how long the grabber waits to be called, allowing automated sleeps (maybe use rolling weighted average?) to...
Create an example subclassing LockedCamera and/or VideoReader using `get_camera_image` as a callback within the main processing function, for processing which doesn't lend itself to being split in two, and/or variable...
Could be useful to allow users with ffmpeg installed to use that as a sub-processed backend instead of opencv's cv2.VideoWriter (as at https://stackoverflow.com/a/42602576, (and https://stackoverflow.com/a/13298538)). If doing, make a similar...
G and Tony have both experienced this. Changing back to MAVLinkRouter fixes the issue.
This is a single page view: - [ ] Global axes protocol settings - [ ] #644 - Protocol selection - Message frequency - [ ] [Message type](https://github.com/bluerobotics/cockpit/pull/559#issuecomment-1859347581) - [...
During inspections (and navigation) it can be helpful to see real-time plots of collected sensor data. A valuable plotting widget would include: - [ ] ability to live-plot data from...