Using MIP got odd result? Or at least a result I have never seen before #17950
Replies: 2 comments
-
The Camera package is not mip-installable. You have to download a firmware image and install that in place of standard MicroPython (as discussed in the other thread). |
Beta Was this translation helpful? Give feedback.
-
@peterhinch Yup... I found such a project as well, on gitub that is robust in detail and active... GitHub - cnadler86/micropython-camera-API: Camera API for micropython as user... Camera API for micropython as user module, with precompiled FW, starting with the esp32 port. - cnadler86/micropython-camera-API The firmware image that is comparable with the ESP32 Stick POE P CAM, the board I have, which is both WiFi and Ethernet POE… Most examples default to WiFi of course, but if you know your way around network.LAN, versus network.WLAN, easy to adapt the exmples to use Ethernet. Fragment from one of my projects, where I enable WiFi and Ethernet. Ethernet specific code for the ESP32 Stick POE P CAM board below,...
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Using MIP got odd result? Or at least a result I have never seen before
When I try to access the links... get error 403. So there is no 'camera' module at all?
Beta Was this translation helpful? Give feedback.
All reactions