Skip to content

カメラで画像を取得・送信するプログラム

License

Notifications You must be signed in to change notification settings

s-project2021/json-post

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

紹介

picture_post.pyはカメラで画像を取得・送信用プログラム
ai_json_post.pyは開発段階でシステムがjsonを受信できるかどうかを確認するため用のプログラム

使い方

picture_post.py

urlで送信先を指定する
例:url = 'http://127.0.0.1:8000/photo/in/'

time.sleep()で取得間隔を指定する
例:time.sleep(0.3)で一枚の画像を取得した0.3秒後もう一枚の画像をとる。

picGet()の中に数字を入れて画像の枚数を指定する
例:picGet(10)で10枚の画像を撮って送信する。  

取得した画像は取得時間が名前のフォルダに保存される。
例:2021年10月27日が撮った画像は2021-10-27というフォルダに保存される  

ai_json_post.py

特に注意すべきところはない、urlを指定して実行すればよい
例:url = 'http://127.0.0.1:8000/ai/'

license

About

カメラで画像を取得・送信するプログラム

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages