Getting Started Cameras & Video Detection & Recording Automation & Events Actions Integration & Connectivity Network & Discovery AI & Remote Control MQTT Modbus ZeroMQ System & Administration Comparisons Use Cases Troubleshooting About & Legal
Home / Documentation / Network Camera
Knowledge base

Network Camera

The Network Camera component connects any IP-based camera to Banalytics using a direct URI stream. Use this component for cameras that do not support ONVIF, or when you need to connect through a custom RTSP, HTTP, or HTTPS stream URL.

IP camera, network camera, ONVIF camera

These three terms are often used interchangeably in surveillance contexts, but each has a distinct meaning. Understanding the difference helps you choose the right component for your camera.

IP

IP camera

Any camera that connects to a network using the Internet Protocol to transmit video and audio, typically over Ethernet or Wi-Fi.

NET

Network camera

Used synonymously with IP camera. Some manufacturers and regions prefer one term over the other.

ONVIF

ONVIF camera

An IP camera that conforms to the ONVIF open standard, enabling interoperability with ONVIF-compatible video management software.

Which component should you use? If your camera supports ONVIF, use the ONVIF Camera component. It provides automatic discovery, simpler configuration, and a richer feature set. Use Network Camera when ONVIF is not supported or when a custom stream URL is required.

Adding a network camera

01

Open the Network Camera sub-menu

In the Banalytics server view, find the Network Camera section in the left panel and click the plus button to add a new instance.

02

Enter the stream URI and credentials

Fill in the URI schema, host and port, stream path, and camera credentials. Consult the camera documentation for the correct stream URL format.

03

Save and confirm the live stream

Save the configuration. The live stream appears in the preview pane once the connection is established.

04

Add tasks to the camera

Open the camera task panel to add capture video, watermark, motion detection, motion recording, continuous recording, or AI object classification.

Network Camera configuration panel in Banalytics VMS

URI schema and stream formats

The URI schema and stream format together determine how Banalytics connects to the camera and how video data is delivered over the network. Choose based on what your camera supports.

Supported URI schemas

RTSP HTTP HTTPS

RTSP is preferred for real-time video streaming. HTTP and HTTPS are available as fallbacks when RTSP is not supported or is blocked by a firewall.

Supported stream formats

RTSP
Low-latency real-time streaming.
H.264
Efficient standard compression.
H.265 / HEVC
Higher efficiency for HD streams.
MotionJPEG
Legacy frame-by-frame JPEG.
MP4
Container for file-based streams.
WEBM
Browser-friendly open container.
Finding the stream URL: Consult the camera documentation for the correct URI schema and path, such as /video.mjpeg or /stream1. If documentation is unavailable, search online for the camera model and "RTSP stream URL".

Configuration parameters

ParameterRequiredDescriptionDefault
ID
YesA unique identifier automatically generated for this component instance. Read-only.Auto
Restart on failure
YesControls how the component behaves when an error occurs:
  • Stop on failure - not restarted until triggered manually
  • Immediately - restarts right after the error
  • 10 sec - restarts after a 10-second delay
  • 30 sec - restarts after a 30-second delay
  • 1 min - restarts after a 1-minute delay
10 sec
MAC address
OptionalA unique identifier for the camera network interface. Find it in the camera web interface, through Network Device Discovery, or on the camera label.None
Title
YesA human-readable name for the camera, such as Garage Camera or Front Entrance.None
URI Schema
YesProtocol used to access the camera video stream and web interface.
  • RTSP - preferred for real-time video streaming
  • HTTP - standard web protocol
  • HTTPS - encrypted HTTP
RTSP
Stream format
YesThe video encoding and delivery format used by the camera. Supported options include RTSP, H.264, H.265 / HEVC, MotionJPEG, MP4, and WEBM.RTSP
Host and Port
YesThe camera IP address and port number. Find the IP address with Network Device Discovery or in the camera web interface.None
Path
YesThe resource path for the camera video stream, such as /video.mjpeg or /stream1.None
Username and Password
YesCredentials for the camera web interface. Check the camera documentation, packaging, device label, or reset to factory defaults if credentials are unknown.None

What to do after adding the camera

Once the camera is connected, add tasks to start capturing video, recording, detecting motion, or classifying objects.

Related tasks and pages