'\" t .\" Title: Berrynet .\" Author: Ying-Chun Liu .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 02/12/2021 .\" Manual: bn_camera User Manual .\" Source: bn_camera .\" Language: English .\" .TH "BERRYNET" "1" "02/12/2021" "bn_camera" "bn_camera User Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" bn_camera \- program to publish images from camera to MQTT .SH "SYNOPSIS" .HP \w'\fBbn_camera\fR\ 'u \fBbn_camera\fR [\fB\-\-mode\ \fR\fBMODE\fR] [\fB\-\-stream\-src\ \fR\fBSTREAM_SRC\fR] [\fB\-\-fps\ \fR\fBFPS\fR] [\fB\-\-filepath\ \fR\fBFILEPATH\fR] [\fB\-\-broker\-ip\ \fR\fBBROKER_IP\fR] [\fB\-\-broker\-port\ \fR\fBBROKER_PORT\fR] [\fB\-\-display\fR] .HP \w'\fBbn_camera\fR\ 'u \fBbn_camera\fR [{\fB\-h\fR\ |\ \fB\-\-help\fR} | {\fB\-\-debug\fR}] .SH "DESCRIPTION" .PP This manual page documents briefly the \fBbn_camera\fR command\&. .PP This manual page was written for the Debian distribution because the original program does not have a manual page\&. .PP \fBbn_camera\fR is a program that send images captured from camera to MQTT\&. .SH "OPTIONS" .PP The program follows the usual GNU command line syntax, with long options starting with two dashes (`\-\*(Aq)\&. A summary of options is included below\&. .PP \fB\-\-mode \fR\fB\fIMODE\fR\fR .RS 4 Camera creates frame(s) from stream or file\&. (default: stream) .RE .PP \fB\-\-stream\-src \fR\fB\fISTREAM_SRC\fR\fR .RS 4 Camera stream source\&. It can be device node ID or RTSP URL\&. (default: 0) .RE .PP \fB\-\-fps \fR\fB\fIFPS\fR\fR .RS 4 Frame per second in streaming mode\&. (default: 1) .RE .PP \fB\-\-filepath \fR\fB\fIFILEPATH\fR\fR .RS 4 Input image path in file mode\&. (default: empty) .RE .PP \fB\-\-broker\-ip \fR\fB\fIBROKER_IP\fR\fR .RS 4 MQTT broker IP\&. .RE .PP \fB\-\-broker\-port \fR\fB\fIBROKER_PORT\fR\fR .RS 4 MQTT broker port\&. .RE .PP \fB\-\-display\fR .RS 4 Open a window and display the sent out frames\&. This argument is only effective in stream mode\&. .RE .PP \fB\-h\fR, \fB\-\-help\fR .RS 4 Show summary of options\&. .RE .PP \fB\-\-debug\fR .RS 4 Debug mode toggle\&. .RE .SH "BUGS" .PP The upstreams BTS can be found at \m[blue]\fB\%https://github.com/DT42/BerryNet/issues\fR\m[]\&. .SH "SEE ALSO" .PP \fBbn_darknet\fR(1), \fBbn_dashboard\fR(1), \fBbn_data_collector\fR(1) .SH "AUTHOR" .PP \fBYing\-Chun Liu\fR <\&paulliu@debian\&.org\&> .RS 4 Wrote this manpage for the Debian system\&. .RE .SH "COPYRIGHT" .br Copyright \(co 2018 Ying-Chun Liu (PaulLiu) .br .PP This manual page was written for the Debian system (and may be used by others)\&. .PP Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or (at your option) any later version published by the Free Software Foundation\&. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL\-3\&. .sp