pi-top-Python-SDK icon indicating copy to clipboard operation
pi-top-Python-SDK copied to clipboard

pi-top's Python SDK (pitop package)

Results 68 pi-top-Python-SDK issues
Sort by recently updated
recently updated
newest added

There is a range of off-the-shelf ONNX object detection models available [here](https://github.com/onnx/models/tree/master/vision/object_detection_segmentation). From research, it seemed obvious to go with a YOLO-based model as they have the best performance. Descriptions:...

Docs don't mention any of the features that the `Componentable` & `Recreatable` mixins provide to some of our classes. e.g.: the `Pitop` class doesn't mention the ability to load/save the...

It would be useful to create an initial project template for projects that require multiple files or significant amounts of boilerplate code.

https://pi-top.github.io/docs/

e.g. if accessed from a smartphone, allow support for using the onboard camera/microphone/accelerometer.

Something like this: ``` camera = Camera(resolution="720p") ``` For these values: * `720p` * `480p` * `360p` * `240p` But without strings. Discuss.

e.g. `git push` has `man git-push`: https://linux.die.net/man/1/git-push

My Kids are doing line following but they are constantly getting an error ``` Exception in thread Thread-7: Traceback (most recent call last): File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner self.run()...

``` [ WARN:0] global ../modules/videoio/src/cap_gstreamer.cpp (961) open OpenCV | GStreamer warning: Cannot query video position: status=0, value=-1, duration=-1 Traceback (most recent call last): File "/usr/lib/python3/dist-packages/pitop/pma/ultrasonic_sensor_base.py", line 91, in check firmware_device...

updates: - [github.com/pycqa/isort: 6.0.0 → 6.0.1](https://github.com/pycqa/isort/compare/6.0.0...6.0.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](https://github.com/PyCQA/flake8/compare/7.1.1...7.2.0)