ES-Alexander

Results 216 issues of 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.

enhancement

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.

invalid

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.

enhancement
good first issue

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.

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

G and Tony have both experienced this. Changing back to MAVLinkRouter fixes the issue.

bug

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) - [...

enhancement
ui
face-lift
accessibility
ux

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...

enhancement
widget-specific