JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q59853F
  • License MITLGPL-3.0

Mjpeg streamer with v4l2 as camera interface

Package Exports

  • mjpeg-streamer

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mjpeg-streamer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

node-mjpeg-streamer

Mjpeg streamer with v4l2 as camera interface

Based on example code from v4l2camera

Installation

npm install mjpeg-streamer

Usage

mjpeg-streamer [OPTION]

  -p, --port=ARG    Port
  -w, --width=ARG   Width
  -l, --height=ARG  Height
  -d, --device=ARG  V4L2 Device number. 0 for "/dev/video0"
  -h, --help        display this help
  -v, --version     show version

Then access the URL in browser like this:

http://xxx.xxx.xxx.xxx:port

License

MIT and LGPL-3.0 dual

Author

Kiran G

Gadgeon Smart Systems Pvt Ltd