Tag: Security Cameras

  • How to Store Security Camera Footage at Home using NAS or NVR

    How to Store Security Camera Footage at Home using NAS or NVR

    Security camera systems have become more capable, flexible, and open over the last decade. One of the most significant developments is the shift from closed cloud storage ecosystems to open, standards based recording.

    A Network Attached Storage (NAS) system can serve as a robust central recording point, provided the cameras support open protocols and the NAS is configured to accept, index, and store those recordings properly. When designed correctly, a NAS based workflow offers long term retention, predictable performance, and complete ownership of your data.

    Note: For practical insight into how a modern NAS behaves under these workloads, read my post on UGREEN NASync DXP2800 Review 2 Months Later. For background on why network storage is valuable in the first place, my guide on NAS Network Storage and Why You Need It provides a useful introduction.


    Understanding the NAS Recording Workflow

    A NAS does not record video by itself. It has no built in awareness of surveillance workflows unless specific software is installed. The NAS becomes a recording engine only when three conditions are met.

    1. The camera must send data using an open standard.
    2. The network must provide stable addressing and sufficient sustained throughput.
    3. The NAS must run a service that can receive, process, and index the incoming streams.

    Regardless of the vendor, the workflow operates in stages. The camera encodes the video. The data is transmitted via RTSP or file transfer. The NAS writes it to storage. Retention rules then determine when that data is deleted. While simple on paper, the technical details behind each stage determine reliability.


    Camera Protocols: The Language of Recording

    Marketing descriptions often promise local recording, but this can sometimes refer to SD cards rather than network storage. The technical specification sheet is your authoritative source. A NAS can only record from cameras that support the following open protocols.

    • RTSP (Real Time Streaming Protocol): This is the industry standard for continuous recording. The camera provides a persistent video URL that the NAS connects to. RTSP connections are long lived and highly sensitive to network interruptions.
    • ONVIF Profile S: This protocol allows cameras and recorders to communicate in a standard way. Cameras supporting ONVIF usually expose an RTSP stream and allow the NAS to discover and configure the device automatically. It guarantees a baseline of interoperability.
    • FTP (File Transfer Protocol): Event driven cameras often use this. When motion occurs, the camera creates a specific file and uploads it to a folder on the NAS. This is not suitable for continuous recording, as it would generate thousands of fragmented files per hour.
    • SMB or NFS: Similar to FTP, the camera writes directly to a shared folder. The NAS is unaware that recording is happening. It simply sees files being written.

    The bottom line: If a camera relies on a proprietary cloud app and does not support RTSP, ONVIF, or FTP, it cannot be integrated into a NAS workflow.

    A modern digital illustration showing how a security camera sends video through a home network to different storage systems, with glowing network lines, a router, and cloud backup icons.
    How a security camera sends footage through the home network to different storage options.

    How the NAS Processes Video

    Once the camera is connected, the NAS performs several key tasks that determine recording quality.

    • Stream negotiation: For RTSP workflows, the NAS initiates the session. Data is sent over UDP (efficient but sensitive to interference) or TCP (more resilient to packet loss but higher latency).
    • Indexing versus raw storage: Advanced surveillance software, such as Synology Surveillance Station or Frigate, creates a database index which allows timeline scrubbing and smart playback. Simpler setups just dump raw files, which are easier to back up but harder to review manually.
    • Retention enforcement: Surveillance datasets grow rapidly. The NAS must frequently scan and delete old footage to prevent volume exhaustion. This logic must run efficiently to avoid bogging down the system.

    Encoding Formats: H.264 versus H.265

    The codec you choose determines storage requirements and CPU load.

    • H.264: The most compatible standard. It uses more storage space than newer codecs but requires relatively little processing power to decode and view.
    • H.265 (HEVC): Highly efficient. It can reduce storage needs significantly for the same visual quality, but it requires more processing power to view and is less compatible with older browser based players.

    Bitrate behaviour: You must also choose between Variable Bitrate (VBR) and Constant Bitrate (CBR).

    • VBR saves space by lowering quality during static scenes, but storage usage will fluctuate depending on activity.
    • CBR ensures predictable storage consumption but may sacrifice image quality during high motion scenes.

    Storage Hardware: Why Desktop Drives Fail

    Security camera workloads are unique. Continuous recording generates a constant write workload. Event based recording creates sudden, uneven bursts.

    • HDD: Drives specifically tuned for surveillance or NAS use are strongly recommended. Consumer desktop drives are not designed for twenty four seven write cycles and may suffer rapid mechanical failure or performance degradation.
    • SSD: Solid state drives offer excellent speed, but continuous video recording consumes their write endurance quickly. Only enterprise grade or high endurance NAS SSDs should be used for surveillance.

    Deep dive: For a detailed analysis of suitable storage, read my post on Choosing the Best Drives for Your NAS Setup.

    A side-by-side comparison of PC, NAS, and surveillance hard drives, showing which storage type is suitable for continuous recording and always-on workloads.

    Networking: The Silent Killer of Reliability

    Network quality is the most overlooked factor in surveillance. A fast speed test does not guarantee a stable surveillance network. These are the technical realities that matter.

    1. Stable addressing: RTSP streams rely on fixed IP addresses. If the router assigns a new IP to the camera, recording breaks. Static IPs or DHCP reservations are essential for cameras and the NAS.
    2. Session persistence: Mesh Wi Fi systems often steer devices between nodes. This handover causes a micro outage, which can create corrupted frames or dropped connections in recordings. Cameras should ideally be associated with a single access point.
    3. Airtime congestion: Wi Fi cameras share airtime with every other device on the channel. Even with a strong signal, a congested channel will cause upload failures and inconsistent performance.
    4. Upload saturation: Many home internet connections have limited upload bandwidth. If multiple cameras trigger at once or if you back up footage to the cloud, you can saturate the uplink and cause dropped frames or failed transfers.

    NAS versus NVR: Which Architecture is Right?

    • NVR (Network Video Recorder): A purpose built appliance dedicated to recording. It is straightforward and reliable but focused almost entirely on video.
    • NAS (Network Attached Storage): A general purpose server. It offers flexible retention, open file formats, and the ability to run other applications such as media servers, home automation and backup tools alongside surveillance workloads.

    If you want a dedicated appliance that requires very little ongoing thought, an NVR is usually the better choice. If you want a central hub for data, applications, and cameras, a NAS workflow provides more flexibility and control.


    Conclusion

    A NAS becomes a powerful surveillance tool when the workflow is respected end to end. Cameras must use open standards such as RTSP or ONVIF. The network must provide stable addressing and consistent performance rather than just impressive speed test results. Storage must be chosen for endurance as well as capacity. Surveillance software must be configured to handle streams, indexing and retention without overwhelming the hardware.

    This workflow centric view removes guesswork. By focusing on these technical realities, it becomes possible to build a system that delivers consistent results for years rather than months.

    Next steps:

  • Which Type of Security Camera Is Right for You?

    Which Type of Security Camera Is Right for You?

    I’m currently in the process of upgrading my home security system. Until now, I’ve been using a mix of battery and solar-powered SwitchBot cameras. They seemed ideal at first, but real-world use has been frustrating. I live in an area that doesn’t get consistent sunlight, so the solar panels often fail to keep the cameras charged. Worse, I’ve had to take them down regularly just to recharge them manually. That’s fine once or twice, but it gets annoying fast.

    So I started looking into the most common types of cameras out there. Each has its pros and cons, different storage methods, and a range of features depending on how you want to use them. Here’s a breakdown of what I’ve learned so far, including whether they support local SD cards, cloud backups, or integration with a NAS if that’s something you’re interested in.


    Cloud-Focused Cameras (e.g. Nest, Arlo)

    Best for: Users who want app-based access and minimal setup

    These cameras are designed to work as part of a broader smart home ecosystem. They often come loaded with features like face detection, voice alerts, and smart notifications. If you want a plug-and-play solution that lives inside a polished mobile app, they’re hard to beat. But they also come with limitations.

    Pros:

    • Very easy to set up
    • Smart features are built-in
    • Great mobile app support

    Cons:

    • Most features require a subscription
    • Local storage is limited or unavailable
    • You are locked into a vendor’s ecosystem
    • No support for NAS or open protocols like RTSP or ONVIF

    Storage:

    • Cloud storage is standard, but often limited without a paid plan
    • A few models support local SD or USB via a hub
    • Not compatible with NAS or custom storage solutions
    Hand mounting a Nest cloud-based security camera onto a magnetic wall mount in a modern indoor setting
    A Nest-style cloud camera — polished, app-friendly, but dependent on subscriptions for storage.

    Battery-Powered Cameras

    Best for: Outdoor areas without a nearby power source

    Battery-powered cameras are incredibly flexible. You can mount them anywhere without worrying about outlets or wiring. Most come with SD card support and mobile alerts when motion is detected. But there’s a tradeoff. Because they rely on batteries, they only record on motion and will need recharging — sometimes more often than expected.

    Pros:

    • Completely wireless, easy to install anywhere
    • Most offer SD card recording
    • No cables required

    Cons:

    • Needs to be taken down for recharging
    • Can’t record continuously
    • Limited smart features unless paired with a subscription service
    • No direct NAS support

    Storage:

    • Local SD card recording is common
    • Access through vendor app
    • Not suitable for NAS storage
    Cutaway view of a battery-powered outdoor security camera showing internal battery and circuit components
    Inside a typical battery-powered camera. Easy to install, but recharging gets old fast.

    Solar-Powered Cameras

    Best for: Remote areas where recharging manually isn’t an option

    These are essentially battery-powered cameras paired with solar panels. In the right environment, they can keep running for months without manual charging. In the wrong environment — like my home with limited sunlight — they become unreliable and frustrating.

    Pros:

    • Self-recharging in sunny areas
    • Great for off-grid setups
    • Flexible placement

    Cons:

    • Performance depends heavily on sunlight exposure
    • Still motion-only recording
    • Same SD and cloud storage limitations as battery models
    • Not compatible with NAS

    Storage:

    • SD card storage is usually included
    • Some brands offer optional cloud storage
    • NAS integration is not supported
    Outdoor solar-powered security camera mounted under an eave, connected to a solar panel with a visible cable
    A wall-mounted outdoor camera connected to a small solar panel for continuous charging.

    Wi-Fi Cameras (Plug-In)

    Best for: Indoor or sheltered outdoor locations with power access

    Wi-Fi cameras that plug into a wall are a nice middle ground. They remove the battery hassle and, depending on the model, may support RTSP or ONVIF, which opens the door to NAS use. They’re still dependent on your Wi-Fi network, though, so placement and signal strength matter.

    Pros:

    • Easy setup with permanent power
    • Many support smart features like motion zones
    • Some are compatible with NAS via RTSP or ONVIF

    Cons:

    • Needs to be placed near a power outlet
    • Wi-Fi interruptions can affect performance
    • Not all support local recording or open protocols

    Storage:

    • Often includes SD card support
    • Optional cloud storage
    • Limited NAS support depending on the model
    Indoor plug-in Wi-Fi security camera on a kitchen counter with visible power cable
    An indoor plug-in camera setup — simple to install but needs to stay near a socket.

    PoE (Power over Ethernet) Cameras

    Best for: Long-term, reliable setups with full storage control

    This is the route I’m planning to take. PoE cameras use a single Ethernet cable to provide both power and data, making them ideal for stable connections and continuous recording. They work extremely well with NAS systems like Frigate, MotionEye, or Synology Surveillance Station. While installation takes more effort, the reliability and flexibility are worth it.

    I’m currently exploring how to integrate a PoE camera system into my NAS setup to enable local recording and give me full control over my footage without relying on the cloud.

    Pros:

    • One cable for power and data
    • Stable connection with no Wi-Fi dropouts
    • Usually support RTSP and ONVIF
    • Perfect for NAS and continuous recording

    Cons:

    • Installation can be time-consuming
    • Requires PoE switch or injector
    • You’ll need to run Ethernet cables through your home

    Storage:

    • Full NAS integration supported
    • Local SD card or cloud may also be available
    • Excellent for 24-hour recording with alerts
    Diagram of Reolink PoE and Wi-Fi security camera system connected to a PoE switch, router, and NVR
    A look at a full PoE camera system setup — reliable, scalable, and ideal for NAS integration

    Storage Options at a Glance

    Storage TypeProsCons
    CloudAccessible from anywhere, simple to set upPrivacy concerns, recurring subscription fees
    SD CardLocal and private, no subscription requiredLimited capacity, footage only accessible via device
    NASCentralised, scalable, privateRequires setup and compatible hardware

    Quick Checklist: What’s Best for You?

    ✅ I want something easy to set up, no cables, and don’t care much about recording control

    → Cloud-Focused Camera

    ✅ I don’t have outdoor power and want flexibility

    → Battery Camera (but be ready to recharge it)

    ✅ I live in a sunny area and don’t want to climb a ladder to recharge

    → Solar Camera

    ✅ I have power outlets near the camera and want better reliability

    → Wi-Fi Camera

    ✅ I want full control, 24/7 recording, and local storage through NAS

    → PoE Camera


    Final Thoughts

    Every camera type has its place. If you just want to keep an eye on your front door and get notifications on your phone, a cloud-first model or SD card camera might be enough. But if you’re tired of recharging batteries or you want more control over your footage, it might be time to think bigger.

    For me, the tipping point was having to regularly take down cameras just to recharge them and not being able to rely on solar panels. I’m moving to PoE to get a more stable, scalable solution.

    Next time, I’ll be comparing different camera brands and what each one does well, so you can choose the right fit for your setup.