-
Notifications
You must be signed in to change notification settings - Fork 19
Add 2 arguments to camtest.py #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This allows the example to run on a PC using Blinka
hihi please run |
Please wait before merging, there seem to be an intermittent problem where the OS thinks the window in unresponsive. Somehow this did not happen to me before pushing.. |
Hi, please ping us when it needs another look. Thanks! |
As of now everything looks good from my point of view. Let me know if I should change something to better suite the project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Thank you!
Updating https://github.com/adafruit/Adafruit_CircuitPython_AMG88xx to 1.2.2 from 1.2.1: > Merge pull request adafruit/Adafruit_CircuitPython_AMG88xx#26 from sanderch/master Updating https://github.com/adafruit/Adafruit_CircuitPython_CLUE to 2.2.3 from 2.2.2: > Merge pull request adafruit/Adafruit_CircuitPython_CLUE#29 from kattni/setup-py-disabled Updating https://github.com/adafruit/Adafruit_CircuitPython_MLX90640 to 1.1.3 from 1.1.2: > Merge pull request adafruit/Adafruit_CircuitPython_MLX90640#14 from fgervais/pc-mode Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE_iBBQ to 1.2.0 from 1.0.0: > Merge pull request adafruit/Adafruit_CircuitPython_BLE_iBBQ#1 from dhalbert/display_celsius > build.yml: add black formatting check Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE_Magic_Light to 0.9.2 from 0.9.1: > build.yml: add black formatting check Updating https://github.com/adafruit/Adafruit_CircuitPython_HID to 4.1.2 from 4.1.1: > Merge pull request adafruit/Adafruit_CircuitPython_HID#51 from larsks/bug/usb_hid Updating https://github.com/adafruit/Adafruit_CircuitPython_Logging to 1.2.3 from 1.2.2: > Merge pull request adafruit/Adafruit_CircuitPython_Logging#15 from jimbobbennett/master Updating https://github.com/adafruit/Adafruit_CircuitPython_miniesptool to 0.2.2 from 0.2.1: > Merge pull request adafruit/Adafruit_CircuitPython_miniesptool#20 from adafruit/example-rename Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Added the following libraries: Adafruit_CircuitPython_BLE_iBBQ, Adafruit_CircuitPython_BLE_Magic_Light, Adafruit_CircuitPython_BLE_MIDI
This adds a parameter to run in windowed mode to allow running the example on a PC running Blinka with the MCP2221A adapter.
Running the example, I felt the need to display the raw output without interpolation so I added a parameter to disable interpolation as well.