ESP32-CAM 구매시 주의할 점 by 김기수
- **올려 놓은 동영상과 서술한 내용대로 실행을 했으나** WiFi connected Starting web server on port: '80' Starting stream server on port: '81' Camera Ready
- c:1344] esp_camera_fb_get(): Failed to get the frame on time
- Camera capture failed ets Jun 8 2016 00:22:57 에러가 출력되서 이미지가 찍히거나 스트리밍되지 않습니다
[Algorithms] 우선순위 큐 다익스트라 by 이동원 about Algorithm
- value)); } 1 2 3 4 5 6 7 8 9 for ( int i = 0 ; i < E ; i ++ ) { st = new StringTokenizer ( br
- here; if(dist[here] < cost) continue; for (int i = 0; i < ad
- nextDist)); } } 1 2 3 4 5 6 7 8 9 for ( int i = 0 ; i < ad