techie66 / EngineDataLogger

Data logger and master controller for Raspberry Pi based ECU that communicates with various external MCUs
GNU General Public License v3.0
5 stars 0 forks source link

Vehicle detection night/day #1

Open techie66 opened 5 years ago

techie66 commented 5 years ago

It would be useful to add vehicle detection capabilities to automatically control headlights. Night and day detection to control various lighting outputs. Possibly extend in future for other uses.

techie66 commented 2 years ago

Done a little research into how this could be achieved. So far my best idea is to use a completely separate module for it. Something like https://www.arducam.com/raspberry-pi-pico-machine-learning/ may be appropriate. The module could perform detection and send CAN message when vehicles detected at night.