m5stack / M5Stack-Camera

Base espressif esp32-camera
200 stars 104 forks source link

m5stack-cam PIR trigger #22

Closed thbeh closed 4 years ago

thbeh commented 4 years ago

Hi, is it possible to initialize the wifi and cam but only activate the video capture from PIR sensor?

EeeeBin commented 4 years ago

Sure, https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/wifi_ap#get-img-data

thbeh commented 4 years ago

Thanks