logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bn_camera - program to publish images from camera to MQTT

Author

Ying-ChunLiu <paulliu@debian.org>
           Wrote this manpage for the Debian system.

Bugs

       The upstreams BTS can be found at https://github.com/DT42/BerryNet/issues.

Description

       This manual page documents briefly the bn_camera command.

       This manual page was written for the Debian distribution because the original program does not have a
       manual page.

       bn_camera is a program that send images captured from camera to MQTT.

Name

       bn_camera - program to publish images from camera to MQTT

Options

       The program follows the usual GNU command line syntax, with long options starting with two dashes (`-').
       A summary of options is included below.

       --modeMODE
           Camera creates frame(s) from stream or file. (default: stream)

       --stream-srcSTREAM_SRC
           Camera stream source. It can be device node ID or RTSP URL. (default: 0)

       --fpsFPS
           Frame per second in streaming mode. (default: 1)

       --filepathFILEPATH
           Input image path in file mode. (default: empty)

       --broker-ipBROKER_IP
           MQTT broker IP.

       --broker-portBROKER_PORT
           MQTT broker port.

       --display
           Open a window and display the sent out frames. This argument is only effective in stream mode.

       -h, --help
           Show summary of options.

       --debug
           Debug mode toggle.

See Also

bn_darknet(1), bn_dashboard(1), bn_data_collector(1)

Synopsis

bn_camera [--modeMODE] [--stream-srcSTREAM_SRC] [--fpsFPS] [--filepathFILEPATH]
                 [--broker-ipBROKER_IP] [--broker-portBROKER_PORT] [--display]

       bn_camera [{-h | --help} | {--debug}]

See Also