Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

emtransmission

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emtransmission

Electric Monitoring System for image sensor

  • 2.1.0
  • PyPI
  • Socket score

Maintainers
1

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

  1. import that package and run
from emtransmission.fk_recoding import Fk_viewer
env ='default' # or 'ip'
t=Fk_viewer(env)

TODO

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc