PlayBack
Dependencies: TPixy-Interface
Fork of ObjectFollower by
Diff: CameraThread.cpp
- Revision:
- 24:e88753f090b8
- Parent:
- 16:58ec2b891a25
diff -r 58ec2b891a25 -r e88753f090b8 CameraThread.cpp --- a/CameraThread.cpp Sun Mar 11 00:37:58 2018 +0000 +++ b/CameraThread.cpp Tue Apr 03 16:00:10 2018 +0000 @@ -69,7 +69,7 @@ DistanceError=0; CameraId = osThreadCreate(osThread(CameraThread), NULL); - CameraPeriodicInt.attach(&CameraPeriodicInterruptISR, 0.5); // 500ms sampling rate + CameraPeriodicInt.attach(&CameraPeriodicInterruptISR, 0.1); // 500ms sampling rate }