ES-Alexander

Results 299 comments of ES-Alexander

> > I was more thinking that a plug-and-play product with a depth-aware filtering pipeline could be useful > > So a webcam with background bluring in a sense? Yeah...

For tracking purposes, there's [a forum thread](https://discuss.bluerobotics.com/t/pi-5-with-navigator/15903) of ArduSub users requesting/discussing this.

I've found the [relevant CI docs for path inclusion/exclusion](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-paths). The PR Willian linked to added path exclusion to avoid testing vehicles other than the vehicle folder being modified :-) Changes...

Hi @yevgeniyclaudio, I don’t have experience with IP cameras, but the `pcv.vidIO.Camera` class in this library is a convenience wrapper around a standard `cv2.VideoCapture`, just with some extra features. Accordingly,...

Someone also ran into this in 2.4.2, as brought up in [this forum post](https://discuss.bluerobotics.com/t/ping1d-firmware-manual-update-fail-via-ping-viewer-both-on-windows-ubuntu/16224). @patrickelectric any ideas on this?

This is similar to #1009, which has some relevant discussion points. I can see why recording GPS data would be useful, but that also seems somewhat out of scope for...

@patrickelectric > not allow the user to set 0.0.0.0 ip address on ping360 ? That seems problematic. I think the presented idea was to hide the bootloader connection (`192.168.0.111`), since...

Could also be used to support twisted installations of the sensor, where the front of the sensor is not aligned with the front of the vehicle. Example brought up in...

Apparently > The code supports it, but [we removed the UI feature](https://github.com/bluerobotics/ping-viewer/commit/eb05b7fe37f25167c03df4dc87fbb9f4cf12d769) since it appears to be not a common use case. Would be good if we can add it...

> Could also be used to support twisted installations of the sensor, where the front of the sensor is not aligned with the front of the vehicle. +1 from [this...