摘要: ffmpeg -i http://192.168.0.111:81/stream -c:v copy -c:a copy -bsf:a aac_adtstoasc d:\cap.mp4 阅读全文
posted @ 2021-11-20 16:31 盛世芳华 阅读(93) 评论(0) 推荐(0)
摘要: //拍照 raspistill -o image.jpg raspistill -o image.jpg -w 640 -h 480 //录视频 raspivid -o mykeychain.h264 -t 10000 -w 1280 -h 720 //生成视频流 raspivid -o - -t 阅读全文
posted @ 2021-11-20 14:40 盛世芳华 阅读(168) 评论(0) 推荐(0)
摘要: 修改ssid、password即可。 #include "esp_camera.h" #include "FS.h" #include <SPI.h> #include <SD.h> #include "SD_MMC.h" #include <time.h> #include <WiFi.h> #i 阅读全文
posted @ 2021-11-20 10:16 盛世芳华 阅读(3291) 评论(1) 推荐(0)