Search found 2 matches
- Tue Jun 04, 2019 10:04 am
- Forum: Hardware
- Topic: OV3660 with ESP-EYE or ESP32-CAM Module
- Replies: 1
- Views: 8806
OV3660 with ESP-EYE or ESP32-CAM Module
I currently use the ESP-EYE and ESP32-CAM module with the included OV2640 camera which works nice even with VGA 30 fps. But unfortunately the camera seems quite sensitive to in-motion unsharpness/blurring/skew. Therefore I would like to try the OV3660 camera which is designed for higher frame rates ...
- Sat May 25, 2019 12:54 pm
- Forum: ESP-IDF
- Topic: esp-idf The following Python requirements are not satisfied: future>=0.16.0
- Replies: 27
- Views: 61724
Re: esp-idf The following Python requirements are not satisfied: future>=0.16.0
The following Python requirements are not satisfied: cryptography>=2.1.4 I also had this even though all versions are up to date. The pip process spit out "Could not find .egg-info directory in install record for cryptography" which might be the reason. As it seems the Python machinery has some pro...