![](/media/cache/profiles/2e74f94b232c5a0cc3e75b4eaaf64c90.jpg.50x50_q85.jpg)
Camera Ver3
Dependencies: mbed HeptaBattery SDFileSystem HeptaCamera_GPS
Fork of Lab7-01_template by
Diff: main.cpp
- Revision:
- 21:ecb6fe92cd3a
- Parent:
- 17:1c3433f46c17
- Child:
- 23:39e0b9856651
diff -r 1951323820c2 -r ecb6fe92cd3a main.cpp --- a/main.cpp Thu Mar 08 05:15:27 2018 +0000 +++ b/main.cpp Wed Aug 08 09:26:42 2018 +0000 @@ -13,5 +13,5 @@ while(!pc.readable()) {} cam_gps.Sync(); cam_gps.initialize(HeptaCamera_GPS::Baud115200, HeptaCamera_GPS::JpegResolution320x240); - cam_gps.test_jpeg_snapshot_picture(1); + cam_gps.test_jpeg_snapshot_picture("/sd/test.jpg"); } \ No newline at end of file