ftp 4

ESP32-CAM - 스틸사진 캡쳐 & FTP 업로드

ESP32-CAM은 저가이지만 와이파이 와 카메라를 장착한 소형 모듈입니다. 버튼 기능 구현 D16 번 핀을 버튼과 연결하여 버튼 신호를 받습니다. 사진 촬영 & FTP 업로드 함수를 프로그래밍합니다. 버튼을 눌러 사진 촬영후 FTP로 이미지 업로드 버튼을 누르면 사진을 촬영하고 FTP 로 이미지를 업로드합니다. NTP 현재시간 얻어오기 https://www.arduinolibraries.info/libraries/ntp-client NTPClient An NTPClient to connect to a time server www.arduinolibraries.info 일정시간마다 사진 촬영후 업로드 1분마다 FTP업로드하도록 프로그래밍 합니다. esp32_CameraWebServer.ino #inclu..

앱인벤터2 사진촬영 & FTP 사진 업로드

카메라화면으로 이동 사진찍기 버튼을 생성하여 카메라 화면으로 이동합니다. 사진찍기 스마트폰에서 사진을 찍으면 사진파일경로 와 사진이미지를 앱인벤터2에 표시합니다. FTP 사진 파일 업로드 FTP extension 참조 https://puravidaapps.com/ftp.php App Inventor Extensions: FTP | Pura Vida Apps FTP Extension See the App Inventor Extensions document about how to use an App Inventor Extension. For questions about this extension or bug reports please start a new thread in the App Inventor Ex..