Skip to content

ネットワークカメラの画像を中央システムに送信するやつ

License

Notifications You must be signed in to change notification settings

s-project2021/NCImgPost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NCimgPost

ネットワークカメラから画像を取得し、bsae64にエンコードしたものをjson形式でサーバにPostします。

Requirement

  • Python 3.9.6
  • HTTPで画像取得できるネットワークカメラ(検証:TS-WRLC)

Installation

pip install opencv-python
pip install urllib3
pip install requests

Run

python res.py

Usage

  • toPathに送信先サーバのアドレスを指定
  • fromPathに取得元カメラのアドレスを指定
  • 必要に応じて Digest認証のIDとPWを指定

License 

About

ネットワークカメラの画像を中央システムに送信するやつ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages