We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Video/VideoCapture
As titled. The Windows device manager showed a camera as named "pico", but with error code 10, start up device with problem.
I also tried plug into an andriod phone, also shown a camera device but can't open
The text was updated successfully, but these errors were encountered:
This core doesn't have native video support, so I think you are using the Adafruit library.
Your best bet for help with that would be their repo, at https://github.com/adafruit/Adafruit_TinyUSB_Arduino
Sorry, something went wrong.
FYI tracked in adafruit/Adafruit_TinyUSB_Arduino#469 now; Failure is reproducible on Windows, but works on Linux.
I even tried tinyUSB example with raw pico-sdk, works good, but when i #define CFG_EXAMPLE_VIDEO_READONLY to test mjpeg, it opend with black screen.
#define CFG_EXAMPLE_VIDEO_READONLY
No branches or pull requests
As titled. The Windows device manager showed a camera as named "pico", but with error code 10, start up device with problem.
I also tried plug into an andriod phone, also shown a camera device but can't open
The text was updated successfully, but these errors were encountered: