I am working in the lane detection using Simulink. (As short)
- A pi camera detecting the lane using Raspberry pi 3 microcontroller in simulink and send the control command to Arduino using RPI UDP send. (am running the model EXTERNAL and Play button in simulink ).
As result : The lane recoginition works good detecting the left and right lane (but my udp sending to arduino servo with Little microsecond delay)
I donot knew, why the udp sending Little delay to arduino ?
- Once if we can deploy the model to Hardware (Standalone), whether it can works without delay ?