| Name | emtransmission JSON |
| Version |
2.1.0
JSON |
| download |
| home_page | |
| Summary | Electric Monitoring System for image sensor |
| upload_time | 2023-10-15 02:56:28 |
| maintainer | |
| docs_url | None |
| author | |
| requires_python | >=3.9 |
| license | |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# emtransmission
emtransmission is collecting data sysstem for Electronic monitoring reporter.
this system collect the image data in shipe and transfer the image data to system of shore side
using ftp
## Installing
Install from PyPI
pip install emtransmission
## Usage
1. generate the config.ini file
[DEFAULT]
GEOMETRY = 1200x550
VIDEOCAPTURE = 0
PATH = recoding_file
TARGET_PATH =
FTP_SERVER_IP =
FTP_ID =
FTP_PASS =
#DIVX or XVID
CODEC = DIVX
#Setting to AUTO or MANUAL
FPS = AUTO
#if u setting to AUTO it's not available
FPS_SET = 10
SETTING_FRAME_CNT = 1000
SNAP_FREQ = 10
[IP]
GEOMETRY = 1200x550
VIDEOCAPTURE =
PATH = recoding_file
TARGET_PATH =
FTP_SERVER_IP =
FTP_ID =
FTP_PASS =
#DIVX or XVID
CODEC = DIVX
#Setting to AUTO or MANUAL
FPS = MANUAL
#if u setting to AUTO it's not available
FPS_SET = 10
SETTING_FRAME_CNT = 1000
SNAP_FREQ = 10
2. import that package and run
```python
from emtransmission.fk_recoding import Fk_viewer
env ='default' # or 'ip'
t=Fk_viewer(env)
```
## TODO
Raw data
{
"_id": null,
"home_page": "",
"name": "emtransmission",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "",
"keywords": "",
"author": "",
"author_email": "Taehoon Koh <thkoh@suncom.co.kr>, Yonghoon Kim <kimyhjava@pukyong.ac.kr>",
"download_url": "https://files.pythonhosted.org/packages/f4/a2/2e78bb009298818610247b2c586a813ca450bc6fc3d97e974bebe4b0dd1d/emtransmission-2.1.0.tar.gz",
"platform": null,
"description": "\r\n# emtransmission\r\nemtransmission is collecting data sysstem for Electronic monitoring reporter.\r\nthis system collect the image data in shipe and transfer the image data to system of shore side\r\nusing ftp\r\n\r\n## Installing\r\n\r\nInstall from PyPI\r\n\r\n pip install emtransmission\r\n\r\n## Usage\r\n\r\n1. generate the config.ini file\r\n\r\n[DEFAULT]\r\nGEOMETRY = 1200x550\r\nVIDEOCAPTURE = 0\r\nPATH = recoding_file\r\nTARGET_PATH = \r\nFTP_SERVER_IP = \r\nFTP_ID =\r\nFTP_PASS =\r\n#DIVX or XVID \r\nCODEC = DIVX\r\n#Setting to AUTO or MANUAL\r\nFPS = AUTO\r\n#if u setting to AUTO it's not available\r\nFPS_SET = 10\r\nSETTING_FRAME_CNT = 1000\r\nSNAP_FREQ = 10\r\n\r\n\r\n[IP]\r\nGEOMETRY = 1200x550\r\nVIDEOCAPTURE = \r\nPATH = recoding_file\r\nTARGET_PATH = \r\nFTP_SERVER_IP = \r\nFTP_ID = \r\nFTP_PASS = \r\n#DIVX or XVID\r\nCODEC = DIVX\r\n#Setting to AUTO or MANUAL\r\nFPS = MANUAL\r\n #if u setting to AUTO it's not available\r\nFPS_SET = 10\r\nSETTING_FRAME_CNT = 1000\r\nSNAP_FREQ = 10\r\n\r\n\r\n2. import that package and run\r\n\r\n```python\r\nfrom emtransmission.fk_recoding import Fk_viewer\r\nenv ='default' # or 'ip'\r\nt=Fk_viewer(env)\r\n\r\n```\r\n## TODO\r\n\r\n\r\n\r\n",
"bugtrack_url": null,
"license": "",
"summary": "Electric Monitoring System for image sensor",
"version": "2.1.0",
"project_urls": {
"Bug Tracker": "https://github.com/pypa/sampleproject/issues",
"Homepage": "https://github.com/pypa/sampleproject"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9ed5375f844e329a6d86c9d31f2617323c1d65df889f61b89f82165cab84a015",
"md5": "a64877c4feb1f74f18223c27a5905d3f",
"sha256": "d2d52918001b3210d3efc82f2b2045adbf2023463cace288c7a5cdf3b70c95d3"
},
"downloads": -1,
"filename": "emtransmission-2.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a64877c4feb1f74f18223c27a5905d3f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 17376,
"upload_time": "2023-10-15T02:56:26",
"upload_time_iso_8601": "2023-10-15T02:56:26.721529Z",
"url": "https://files.pythonhosted.org/packages/9e/d5/375f844e329a6d86c9d31f2617323c1d65df889f61b89f82165cab84a015/emtransmission-2.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f4a22e78bb009298818610247b2c586a813ca450bc6fc3d97e974bebe4b0dd1d",
"md5": "59e47360fcbcd7f4a710d5a6740d070d",
"sha256": "a3cfd56d37c67de741c2d54f8129350a797a92c0d03f92617c25e38817a322fe"
},
"downloads": -1,
"filename": "emtransmission-2.1.0.tar.gz",
"has_sig": false,
"md5_digest": "59e47360fcbcd7f4a710d5a6740d070d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 9920,
"upload_time": "2023-10-15T02:56:28",
"upload_time_iso_8601": "2023-10-15T02:56:28.468205Z",
"url": "https://files.pythonhosted.org/packages/f4/a2/2e78bb009298818610247b2c586a813ca450bc6fc3d97e974bebe4b0dd1d/emtransmission-2.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-15 02:56:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pypa",
"github_project": "sampleproject",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "emtransmission"
}