Skip to content

Turn an Old TV Into a 24/7 Family Monitoring Screen (Using an Old Laptop + Wi-Fi Camera)

Energy needed to make 150 MJ per unit
Critical earth materials [e.g., 5g cobalt, 2g lithium]
Energy needed to disassemble [e.g., 10 kWh for full dismantle]
Energy to procure materials [e.g., 50 MJ for CRMs procurement]
Total supply chain emissions

Many people live far from their family. Sometimes someone at home is sick and you want to see them. Sometimes you want to monitor a room, a shop, or a business for security. If you already have an unused old TV and/or an old laptop, with a simple setup, those devices can become a 24/7 live-monitoring screen for free.

This guide shows how to do it using:

  • Any old TV
  • Any old laptop (Windows)
  • Any Wi-Fi IP camera (IMOU, Reolink, TP-Link, etc.)
  • Or even an old USB webcam

Everything here uses free software only.


What devices you can use

If you have an old outdated Smart TV

If your old TV is Android TV, Samsung Smart TV, LG WebOS, etc., you may not need an old laptop at all.
You can directly install apps like VLC or the camera’s official app to view the stream.

If your TV is not a Smart TV

You can use any of these to turn it into a monitoring screen:

  • Old Windows laptop (preferred for this tutorial)
  • Mi Box / Android TV box
  • Old Fire Stick
  • Raspberry Pi
  • Old PC running ChromeOS Flex / FydeOS / Ubuntu (for lower power use)

This article uses a Windows laptop, because most people already have one.


What you need

  • Old TV with HDMI
  • Old Windows laptop
  • Wi-Fi IP camera (IMOU or similar)
    or
  • Old USB webcam / laptop camera
  • HDMI cable
  • Stable Wi-Fi connection

Free software:


Step 1 — Set up the camera

A. If using an IMOU or other Wi-Fi IP camera

  1. Install the camera’s app on your phone.
  2. Connect the camera to your home Wi-Fi.
  3. Log in to your router’s admin panel → find the camera’s IP address.
  4. Create or confirm the camera’s username/password.
  5. Prepare the RTSP link.
    For IMOU, RTSP usually looks like: rtsp://username:password@CAMERA_IP:554/Streaming/Channels/101 (Model-specific RTSP formats can be verified from iSpyConnect database.)

B. If using laptop webcam / USB webcam

No IP address needed. You will use OBS Studio.


Step 2 — Connect the laptop to the TV

  1. Plug HDMI from laptop to TV.
  2. Select the correct HDMI input on the TV.
  3. On Windows press Windows + P and choose:
    • Duplicate → same picture on both screens
    • Second screen only → TV becomes the only screen

Step 3 — Keep the laptop awake 24/7

Windows settings:

  1. Open Control Panel → Power Options.
  2. Set Turn off display = Never.
  3. Set Put computer to sleep = Never.
  4. Disable screensaver.
  5. Keep the laptop plugged in.

For lower electricity use, later you can install ChromeOS Flex, FydeOS, or Ubuntu.


Step 4 — Show IP camera on TV using VLC

This is the simplest 24/7 monitoring setup.

  1. Install VLC from the link above.
  2. Open VLC → Media → Open Network Stream.
  3. Paste the camera’s RTSP link.
  4. Click Play.
  5. Press F for fullscreen.
  6. Press Ctrl + H to hide controls.

Auto-start the camera each time

Create a file named camera.bat with this content::loop "C:\Program Files\VideoLAN\VLC\vlc.exe" --fullscreen --no-video-title-show --network-caching=1000 "rtsp://user:pass@IP:554/..." timeout 5 goto loop

Place this file in Windows Startup folder:%appdata%\Microsoft\Windows\Start Menu\Programs\Startup

Now the camera starts automatically when the laptop powers on.


Step 5 — If using a webcam, use OBS Studio

  1. Install OBS Studio.
  2. Add → “Video Capture Device”.
  3. Select your webcam.
  4. Right-click the preview → Fullscreen Projector (Preview) → Choose your TV screen.

Your TV now shows the webcam feed full-screen.


Step 6 — Optional: Record or add motion alerts

If you want recording or motion detection, you can use free NVR software:

Shinobi NVR (open source)

https://shinobi.video

MotionEye (best for Raspberry Pi)

https://github.com/motioneye-project/motioneye

Both support RTSP cameras like IMOU.


Step 7 — Important security tips

  • Change the camera’s default password.
  • Keep the camera accessible only inside your home network.
  • Do not open ports unless absolutely needed.
  • Use a VPN (WireGuard) if you want remote access.
  • Update router and camera firmware when possible.

Final Summary

  • Old TV = display
  • Old laptop = controller
  • IP camera or webcam = video source
  • VLC = best for IP camera feed
  • OBS = best for webcam
  • Everything runs for free and can operate 24/7
Tags: