geeksville / Micro-RTSP

A RTSP video server intended for very small CPUs (ESP32 etc)
MIT License
760 stars 200 forks source link

Other functions while streaming #5

Closed xgarb closed 5 years ago

xgarb commented 5 years ago

Hi, I'm working with the Arduino IDE example on a TTGO T camera. Once the streaming starts is it possible to run other functions on the device? I want to use the PIR sensor on this board to wake the device and allow video to be viewed for 5 minutes and then the device to sleep until the next input from the PIR sensor.

xgarb commented 5 years ago

I worked out a way using core 0 for my other functions.