Table of Contents
ToggleIntroduction: Reliable Surveillance Is a System, Not Just a Camera
A modern video surveillance system is only as reliable as its weakest component.
You may select high-resolution IP cameras, a powerful NVR and enterprise-grade hard drives, but the system can still fail because of:
- Incorrect IP addressing
- Insufficient PoE power
- Excessive cable distance
- Poor lens selection
- Network congestion
- Inadequate storage capacity
- Incorrect recording settings
- Weak remote-access security
Many failures described as “camera problems” are actually caused by configuration errors, transmission losses, power instability or poor system design.
A dependable surveillance solution requires four areas to work together:
- Optical imaging
- Network transmission
- Video encoding and decoding
- Storage architecture
This guide explains 18 essential video surveillance concepts that can help you move from simply installing equipment to designing complete, reliable security systems.

1. Standardize IP Camera Addressing
Every IP camera, NVR, server and network device needs a unique IP address.
Address conflicts may cause cameras to disconnect, appear intermittently or become completely inaccessible.
Use Static IP Addresses for Core Surveillance Devices
For permanent installations, assign static IP addresses to:
- IP cameras
- NVRs
- Video management servers
- Storage servers
- Managed switches
- Access-control gateways
DHCP can be useful during initial deployment, but permanent surveillance devices should not depend on dynamically changing addresses unless DHCP reservations are carefully managed.
Plan the Surveillance Subnet
Private IPv4 address ranges are defined by RFC 1918 and include:
10.0.0.0/8172.16.0.0/12192.168.0.0/16
For a small installation, you could use:
- NVR:
192.168.10.10 - Camera 1:
192.168.10.101 - Camera 2:
192.168.10.102 - Camera 3:
192.168.10.103 - Gateway:
192.168.10.1 - Subnet mask:
255.255.255.0
RFC 1918 remains the authoritative standard for private IPv4 addressing.
Use Batch Configuration Tools
For projects with many cameras, batch configuration software can help you:
- Discover devices
- Activate cameras
- Change IP addresses
- Set passwords
- Upgrade firmware
- Export device lists
Different manufacturers provide different discovery utilities. Always download configuration tools from the manufacturer’s official support website.
2. Configure Communication Across Different Subnets
An NVR and an IP camera do not always need to be on the same subnet, but routing must exist between their networks.
For example:
- NVR network:
192.168.10.0/24 - Camera network:
192.168.20.0/24
A Layer 3 switch or router must provide a route between these two subnets.
Common Cross-Subnet Solutions
Static Routing
Configure a static route on the core router or Layer 3 switch so traffic can reach the camera subnet.
VLAN Routing
Place surveillance equipment in a dedicated VLAN and use inter-VLAN routing where authorized communication is required.
Dual-NIC NVR
Some professional NVRs include two network interfaces:
- One port for the camera network
- One port for the business or management network
This design separates surveillance traffic from office traffic and reduces unnecessary exposure.
Important Security Principle
Do not allow unrestricted communication between the surveillance VLAN and the rest of the business network.
Use access-control lists or firewall rules to permit only necessary traffic.

3. Select the Correct Camera Lens and Field of View
The camera lens determines how wide or narrow the scene appears.
A shorter focal length provides:
- Wider viewing angle
- Greater scene coverage
- Smaller objects at a distance
A longer focal length provides:
- Narrower viewing angle
- More detail at a distance
- Less total scene coverage
General Lens Selection Reference
Focal Length | Approximate Coverage | Typical Application |
|---|---|---|
2.8 mm | Very wide | Elevators, small shops, entrances and indoor rooms |
4 mm | Wide to medium | Offices, classrooms and retail areas |
6 mm | Medium | Warehouses, gates and parking entrances |
8 mm | Narrow | Corridors, roads and perimeter monitoring |
12 mm or higher | Long-range detail | License plates, gates and distant targets |
These values are only general references.
The actual field of view also depends on:
- Sensor size
- Image resolution
- Lens distortion
- Installation height
- Camera angle
- Target distance
Pixel Density Matters More Than Megapixels Alone
A 4K camera does not automatically guarantee useful identification.
You must calculate how many pixels cover the target.
Traditional DORI planning guidance commonly uses approximately:
Operational Goal | Typical Pixel Density |
|---|---|
Detection | 25 pixels per meter |
Observation | 63 pixels per meter |
Recognition | 125 pixels per meter |
Identification | 250 pixels per meter |
Lighting, motion, compression and focus can still affect the final result. (Axis Communications)
Therefore, a figure such as 50 pixels per meter may help detect or observe activity, but it is generally insufficient for reliable human identification.

4. Adjust Varifocal and Motorized Zoom Lenses Correctly
A varifocal lens allows you to adjust the field of view after installation.
Motorized varifocal cameras allow zoom and focus adjustment through:
- The camera web interface
- The NVR
- Video management software
- A mobile or desktop client
Recommended Adjustment Process
- Position the camera.
- Adjust the zoom level.
- Trigger autofocus.
- Check the image in daytime conditions.
- Check the image again in low light or infrared mode.
- Confirm target pixel density.
- Lock or save the final settings.
A camera may appear correctly focused during daylight but become soft at night because infrared light focuses differently from visible light.
For manual CS-mount lenses, back-focus adjustment may be required when the lens cannot achieve proper focus across its zoom range.
5. Choose the Correct RAID Level for Surveillance Storage
RAID combines multiple hard drives to improve capacity, availability or performance.
However, RAID is not a backup.
It protects against certain drive failures, but it does not automatically protect against:
- Accidental deletion
- Malware
- Recorder failure
- Fire or flooding
- Theft
- Multiple simultaneous failures beyond the RAID tolerance
RAID Comparison for Video Surveillance
RAID Level | Minimum Drives | Usable Capacity | Drive-Failure Tolerance | Typical Use |
|---|---|---|---|---|
RAID 0 | 2 | 100% | None | Temporary high-speed storage only |
RAID 1 | 2 | 50% | 1 drive | Small critical systems |
RAID 5 | 3 | Total minus 1 drive | 1 drive | Small and medium systems |
RAID 6 | 4 | Total minus 2 drives | 2 drives | Larger and more critical systems |
RAID 10 | 4 | 50% | Depends on failed-drive positions | High performance and faster rebuilding |
When to Use Hot Spares
A hot-spare drive can automatically replace a failed drive and begin rebuilding the array.
For larger systems, consider:
- One global hot spare
- Two hot spares for larger storage arrays
- Automated drive-health alerts
- Regular rebuild testing
- Spare drives from approved compatibility lists
Consider Rebuild Risk
Large-capacity drives may require significant time to rebuild.
During this period:
- Performance may decline
- Remaining drives experience additional load
- A second drive failure may threaten the array
For critical projects, RAID 6 or RAID 10 may provide more appropriate protection than RAID 5.

6. Calculate Video Surveillance Storage Capacity
Storage requirements depend on:
- Number of cameras
- Resolution
- Frame rate
- Codec
- Bitrate
- Recording schedule
- Motion-recording percentage
- Retention period
- RAID overhead
- Audio recording
- Analytics metadata
Basic Storage Formula
For constant-bit-rate recording:
Storage per day in GB = Bitrate in Mbps × 10.8
For multiple cameras:
Total storage = Number of cameras × Bitrate × 10.8 × Recording days
Example
You have:
- 16 cameras
- 2 Mbps per camera
- 24-hour continuous recording
- 30-day retention
Calculation:
16 × 2 × 10.8 × 30 = 10,368 GB
You need approximately 10.4 TB of usable storage before adding safety margin and RAID overhead.
A practical system should normally include additional capacity for:
- Bitrate variation
- Filesystem overhead
- Future cameras
- Longer incident retention
- Disk replacement and rebuilding
A 15% to 25% design margin is often sensible, depending on the project.
H.264 vs H.265
H.265 can reduce storage and bandwidth compared with H.264 under comparable image-quality conditions, but actual savings vary by scene complexity, movement, encoder quality and configuration.
Avoid guaranteeing a fixed 50% reduction for every project.

7. Use Surveillance-Grade Hard Drives
A surveillance recorder writes video continuously, often from many cameras at the same time.
Desktop hard drives are primarily designed for general computer workloads and may not be optimized for continuous, multi-stream recording.
Surveillance-grade drives are designed for:
- Continuous operation
- High write workloads
- Multiple video streams
- NVR and DVR environments
- Multi-bay vibration conditions
- Reduced video-frame loss
Western Digital states that WD Purple drives are engineered for 24/7 video-surveillance recording and use AllFrame technology to improve recording and playback while reducing frame drops. (Western Digital)
Seagate positions SkyHawk drives for NVR and DVR workloads and uses ImagePerfect firmware for continuous multi-camera recording. (seagate)
Before Selecting a Hard Drive
Verify:
- NVR compatibility
- Maximum supported capacity
- Number of drive bays
- Workload rating
- Warranty
- RAID compatibility
- Operating temperature
- Camera-stream support
- AI-stream requirements
8. Select the Right Storage Architecture
Not every project needs the same storage platform.
Embedded NVR
An embedded NVR is suitable for:
- Homes
- Retail stores
- Offices
- Small warehouses
- Small and medium commercial projects
Advantages include:
- Simple deployment
- Lower cost
- Integrated PoE options
- Easy maintenance
- Quick installation
Storage Server or VMS
A server-based VMS may be more suitable for:
- Multi-site projects
- Centralized management
- Large camera counts
- Redundant recording
- Advanced permissions
- Video analytics
- Third-party system integration
SAN or Distributed Storage
Enterprise storage may be required when you need:
- Very high camera counts
- Long retention periods
- High availability
- Centralized storage pools
- Redundant controllers
- Scalable expansion
Do not claim that one architecture is always a fixed percentage faster than another. Performance depends on storage protocol, disk layout, network speed, software, caching and workload.

9. Select Fiber and Optical Modules Correctly
Fiber is commonly used when copper Ethernet cannot meet the required distance, bandwidth or electromagnetic-interference conditions.
Single-Mode Fiber
Single-mode fiber is commonly selected for:
- Building-to-building links
- Campus backbones
- Long-distance transmission
- High-bandwidth uplinks
Multimode Fiber
Multimode fiber is commonly used for:
- Data rooms
- Short building links
- Equipment interconnection
- Shorter backbone runs
Match Every Optical Component
The following items must be compatible:
- Fiber type
- Optical wavelength
- Connector type
- Module speed
- Transmission distance
- Transmit power
- Receiver sensitivity
- Fiber polarity
Do not use one universal optical receive-power range for every system.
Acceptable optical power depends on the specific transceiver specification. Compare the measured power with the module’s documented transmit range, receive sensitivity and overload threshold.
Reserve Spare Fiber Cores
For commercial projects, spare cores help support:
- Expansion
- Damaged-fiber replacement
- Redundant links
- Future access-control or alarm systems
The exact spare percentage should follow the project specification and future expansion plan.

10. Follow Ethernet and PoE Design Standards
Copper Ethernet is usually limited to a maximum channel length of approximately 100 meters under standard structured-cabling rules.
Actual performance depends on:
- Cable material
- Conductor diameter
- Termination quality
- Temperature
- PoE load
- Patch-panel losses
- Electromagnetic interference
Avoid Copper-Clad Aluminum Cable
Use solid-copper, standards-compliant cable from a reliable supplier.
Copper-clad aluminum cable has higher resistance and may cause:
- Voltage drop
- Camera restarting
- Infrared failure at night
- Unstable PTZ operation
- Overheated connections
Understand PoE Categories
Standard | Common Name | Maximum PSE Power |
|---|---|---|
IEEE 802.3af | PoE | 15.4 W |
IEEE 802.3at | PoE+ | 30 W |
IEEE 802.3bt Type 3 | PoE++ | Up to 60 W |
IEEE 802.3bt Type 4 | Higher-Power PoE | Up to 90 W |
The power available at the camera is lower than the maximum power supplied by the switch because cable losses must be considered.
IEEE 802.3bt expanded standardized power delivery by using all four cable pairs. (IEEE Standards Association)
Correct Voltage-Drop Principle
Standard PoE does not normally deliver power at 12 V over the full Ethernet cable.
The power-sourcing equipment typically delivers a much higher voltage, and the camera converts it internally.
Therefore, voltage-drop calculations should use:
- The actual PoE voltage
- Loop resistance
- Current
- Cable length
- Cable temperature
- PoE standard
- Power class
For long distances, consider:
- Fiber plus local power
- A PoE extender
- An intermediate PoE switch
- Long-range PoE equipment
- Higher-power PoE
- Local solar power for remote sites

11. Size Switches for Real Surveillance Traffic
Port count is not the only specification that matters.
Your surveillance switch should also be evaluated for:
- Switching capacity
- Forwarding rate
- Uplink bandwidth
- PoE power budget
- VLAN support
- QoS
- Link aggregation
- Spanning Tree Protocol
- Surge protection
- Operating temperature
- Management features
Calculate Camera Bandwidth
For 32 cameras at an average bitrate of 4 Mbps:
32 × 4 Mbps = 128 Mbps
Add overhead and design margin.
A practical target may be at least 160 to 200 Mbps of available sustained uplink capacity, depending on traffic patterns and system design.
Separate Surveillance Traffic
A dedicated surveillance VLAN can:
- Reduce broadcast traffic
- Improve troubleshooting
- Restrict unauthorized access
- Separate cameras from office devices
- Simplify bandwidth management
Use QoS Carefully
QoS can prioritize critical traffic during congestion, but it does not create additional bandwidth.
The best solution is still to provide sufficient network capacity.
12. Verify ONVIF Compatibility and PTZ Control
ONVIF improves interoperability between IP-based security products.
However, writing “ONVIF supported” on a datasheet is not enough.
You should confirm:
- The exact supported ONVIF profile
- Whether the product appears in ONVIF’s conformant-product database
- Video-stream compatibility
- PTZ compatibility
- Audio support
- Event compatibility
- Recording and playback support
Important ONVIF Profiles
Profile S
Profile S supports basic IP video streaming and can include PTZ control, audio, multicast and relay outputs. (ONVIF)
Profile T
Profile T supports modern video features including H.264, H.265, imaging settings, metadata, events and PTZ capabilities for compatible clients. (ONVIF)
Profile G
Profile G relates to edge recording, retrieval and recording control. (ONVIF)
Profile C
Profile C is associated with physical access-control systems. It should not be described as the main profile for camera PTZ operation.
ONVIF’s official conformant-product database is the authoritative source for checking registered products. (ONVIF)
Configure PTZ Presets and Patrols
A PTZ camera may support:
- Presets
- Patrols
- Patterns
- Guard positions
- Auto tracking
- Alarm-linked positioning
Test PTZ latency and command reliability across the real network before project acceptance.

13. Calculate Video-Wall Decoding Capacity
A decoder converts compressed camera streams into display output.
Decoder selection should consider:
- Number of displayed channels
- Camera resolution
- Codec
- Frame rate
- Bitrate
- Number of monitors
- HDMI or DisplayPort outputs
- Layout requirements
- Display resolution
Example
Nine 1080p streams do not automatically equal one fixed decoding requirement.
The actual load depends on:
- Whether each stream uses H.264 or H.265
- Frame rate
- Stream bitrate
- Decoder hardware
- Simultaneous layout
- Main stream or substream use
Always check the decoder’s published capability in formats such as:
- 32 channels at 1080p
- 8 channels at 4K
- Total decoding bandwidth
- Maximum output resolution
14. Deploy a Media Server for High Concurrent Viewing
An NVR has limited outgoing bandwidth and client-session capacity.
If many users access the same cameras simultaneously, the recorder may become overloaded.
A media or streaming server can:
- Receive one or several upstream streams
- Replicate streams for multiple clients
- Transcode video
- Control user sessions
- Serve mobile and web clients
- Reduce direct demand on cameras and NVRs
Media servers are especially useful for:
- Multi-site enterprises
- Command centers
- Public-safety projects
- Remote monitoring services
- Large numbers of simultaneous users
15. Use Video Encoders for Analog-to-IP Migration
A video encoder converts an analog video signal into a digital IP stream.
It is useful when a site wants to retain existing:
- Analog cameras
- Coaxial cabling
- Legacy equipment
- Specialized analog sensors
Encoders are commonly available in:
- 1-channel
- 4-channel
- 8-channel
- 16-channel formats
Before choosing an encoder, verify:
- Supported analog format
- Resolution
- Frame rate
- Audio inputs
- Alarm inputs and outputs
- ONVIF support
- Codec
- Network bandwidth
- PTZ control method
A hybrid migration strategy can reduce initial costs, but older cameras may still limit image quality.
16. Select the Right Night-Vision Technology
Different projects require different night-image strategies.
Infrared Night Vision
Infrared illumination is suitable when:
- Black-and-white night images are acceptable
- The area has little visible light
- Low-visibility monitoring is preferred
Potential problems include:
- Overexposed faces
- Reflection from glass
- Insects near the camera
- Uneven illumination
- White surfaces becoming overexposed
Full-Color Night Vision
Full-color night imaging generally uses:
- A larger sensor
- A wider-aperture lens
- Sensitive image processing
- Visible warm-light illumination
It can provide more information about:
- Clothing colors
- Vehicle colors
- Object appearance
- Scene context
Dual-Sensor and Image-Fusion Technology
Some low-light cameras combine information from multiple sensors to improve brightness, color and detail.
Evaluate night performance using:
- Real shutter speed
- Motion blur
- Noise level
- Minimum illumination
- Light source
- Target distance
- Weather conditions
Do not judge a low-light camera only from a static demonstration image.

17. Secure Remote Access
Remote access is convenient, but it also creates cybersecurity risk.
P2P Remote Access
P2P systems generally allow the device to establish an outbound connection to a cloud service.
Advantages include:
- Simple configuration
- No direct port forwarding
- No requirement for a fixed public IP
- Convenient mobile access
Potential considerations include:
- Cloud-service availability
- Data-region requirements
- Account security
- Vendor support
- Firmware lifecycle
- Privacy compliance
Port Forwarding
Directly exposing an NVR or camera to the public internet increases risk.
Avoid exposing management ports unless the project has a strong technical reason and appropriate security controls.
Recommended Security Measures
- Change all default passwords
- Use unique passwords for every site
- Enable multifactor authentication where available
- Keep firmware updated
- Disable unused services
- Use HTTPS
- Separate cameras with VLANs
- Restrict management access
- Use a VPN for professional remote administration
- Review device logs
- Back up configurations
- Remove inactive accounts
Changing a default port may reduce simple automated scans, but it is not a substitute for authentication, encryption, firewalling and secure architecture.
18. Troubleshoot Surveillance Systems Layer by Layer
Randomly replacing equipment wastes time.
A structured troubleshooting process is faster and more reliable.
Step 1: Physical Layer
Check:
- Power supply
- PoE status
- Link indicators
- Cable continuity
- Connector quality
- Fiber cleanliness
- Optical power
- Surge damage
- Grounding
Step 2: Data-Link Layer
Check:
- Switch port status
- VLAN membership
- Speed and duplex
- CRC errors
- Loop detection
- MAC-address table
- Spanning Tree status
Step 3: Network Layer
Check:
- IP address
- Subnet mask
- Gateway
- Routing
- Ping response
- Duplicate IP addresses
- Firewall rules
For devices on the same local network, latency is normally low, but do not treat one universal latency value as a complete test of system health.
Step 4: Transport and Application Layers
Check:
- HTTP or HTTPS access
- ONVIF authentication
- RTSP stream
- Codec
- Resolution
- Bitrate
- User permissions
- Time synchronization
- NVR compatibility
- Camera firmware
Step 5: Storage and Playback
Check:
- Hard-drive health
- Recording schedule
- Available capacity
- RAID state
- Playback permissions
- Event-recording configuration
- System time
- Camera time zone

Essential CCTV Installation Standards
The 18 technical areas above should be supported by disciplined installation work.
Separate Power and Signal Cables
Maintain appropriate separation between high-voltage power and low-voltage communication cables according to local electrical codes, project specifications and electromagnetic-interference conditions.
Do not apply one universal spacing rule to every country or building.
Install Surge Protection and Grounding
Outdoor equipment may require:
- Surge-protection devices
- Lightning-protection design
- Proper bonding
- Grounding
- Shielded enclosures
- Protected power supplies
Grounding resistance targets should follow local codes, soil conditions and project engineering requirements.
Waterproof Outdoor Connections
Outdoor cable connections should use:
- Weatherproof junction boxes
- Waterproof glands
- Drip loops
- Properly sealed connectors
- UV-resistant materials
Electrical tape alone should not be treated as the primary long-term waterproofing method.
Label Every Cable
Both ends of every cable should show:
- Cable number
- Starting location
- Destination
- Device name
- Port number
- Function
NVR channels should also use clear names, such as:
- Main Gate – Camera 01
- Warehouse Aisle 3 – Camera 12
- East Parking Entrance – Camera 18
Image suggestion: Add a professional installation image showing cable labels, waterproof junction boxes, surge protection and a clean equipment rack.
Video Surveillance System Commissioning Checklist
Before handing over a project, confirm the following:
- All cameras have documented IP addresses.
- No duplicate IP addresses exist.
- Camera time and NVR time are synchronized.
- Image quality has been tested during the day and at night.
- Required targets meet the planned pixel density.
- PoE consumption remains within the switch budget.
- Network uplinks have sufficient capacity.
- Recording is working on every channel.
- Storage retention meets the project requirement.
- RAID and drive-health alerts are enabled.
- Remote access is secured.
- Default passwords have been removed.
- User permissions are documented.
- Configuration files have been backed up.
- Cable labels match the final documentation.
- The customer has received operating and maintenance instructions.
Frequently Asked Questions
What are the four most important parts of a video surveillance system?
The four essential areas are camera imaging, network transmission, video encoding and storage. Weakness in any one area can reduce the reliability of the complete system.
How do you calculate CCTV storage?
Multiply the number of cameras by the average bitrate, 10.8 GB per day for each Mbps, and the number of recording days. Then add RAID overhead and a design margin.
Should IP cameras use static IP addresses?
Permanent cameras and recorders should normally use static addresses or carefully managed DHCP reservations to prevent address changes and simplify maintenance.
Is Cat6 required for IP cameras?
Cat6 is a strong choice for new commercial installations, especially where Gigabit Ethernet, PoE load or future expansion is expected. The exact cable category should follow the required speed, distance and installation standard.
Which hard drive is best for an NVR?
Use an NVR-compatible surveillance-grade HDD selected according to the camera count, workload, drive-bay design and recorder compatibility list.
Can an NVR and IP camera be on different networks?
Yes. A router or Layer 3 switch must provide routing between the networks, and firewall policies must allow the required communication.
Is ONVIF compatibility guaranteed between all devices?
No. You must verify the specific ONVIF profile, supported functions and official conformity status of both the camera and the client or NVR.
What is the best way to access an NVR remotely?
A properly secured vendor cloud service or VPN is generally safer than directly exposing recorder management ports to the public internet.
Conclusion: Move from Equipment Installation to System Engineering
A reliable surveillance project is not created by choosing the most expensive camera.
It is created by matching:
- The lens to the target
- The resolution to the required detail
- The bitrate to the network
- The storage to the retention period
- The PoE supply to the actual load
- The network architecture to the security requirements
- The recorder to the camera count
- The installation method to the operating environment
When you understand these 18 video surveillance fundamentals, you can design systems that are easier to install, easier to maintain and more dependable over the long term.
The best security solution is not simply a collection of cameras.
It is a complete system in which every component has been selected, configured and tested for the same operational objective.
Build Your Next Surveillance Product Line with SNOSECURE
When you need more than an off-the-shelf camera, SNOSECURE helps you develop a complete surveillance solution for your market.
You can source:
- Solar security cameras
- Solar panels
- 4G and Wi-Fi cameras
- NVR kits
- Video doorbells
- Baby monitors
- Hunting cameras
- Customized surveillance products
You can also access complete OEM and ODM support, including:
- Product design
- Hardware and software customization
- Logo branding
- Housing customization
- Color-box design
- Packaging development
- Private-label production
With 19 years of manufacturing experience, 6 production lines and an 8,000 m² production facility, SNOSECURE supports security brands, electronics importers, distributors, retailers, solar project contractors, IT hardware resellers and system integrators across global markets.

Contact SNOSECURE
Brand: SNOSECURE
Website: www.camhiprocam.com
Email: simple@camhiprocam.com
WhatsApp: +86-185-6568-6066
Request your product catalogue, OEM proposal or project quotation today.


