Search found 2 matches

by jcdrbre4
Sun Apr 18, 2021 6:27 am
Forum: Hardware
Topic: Esp32 camera performance
Replies: 1
Views: 4493

Re: Esp32 camera performance

Check out That Project's video on increasing the ESP-32CAM's frame rate:

https://www.youtube.com/watch?v=gE3DyYze8c8
by jcdrbre4
Sun Apr 18, 2021 6:16 am
Forum: Hardware
Topic: ESP32-CAM With VL53L1X Distance Sensor
Replies: 0
Views: 1512

ESP32-CAM With VL53L1X Distance Sensor

Has anyone got the combination of the ESP32-CAM and VL53L1X to work? I'm trying to re-define the I2C pins to 14 and 15 but with no success using the SparkFun_VL53L1X.h library. Is it possible to redefine the SDA and SCL pins using this library? Here are the relevant parts of my code: #include <Wire....