- Generic Camera Drivers For 10
- Windows 10 Generic Camera Driver
- Generic Camera Model
- Generic Camera Battery Charger
The camera integration allows you to use IP cameras with Home Assistant. Streaming Video. If your camera supports it, and the stream integration is setup, you will be able to stream your cameras in the frontend and on supported media players. The Preload stream option will start the camera. The Generic HD IP Bullet Camera arrived quickly and was well packed and undamaged. There is no assembly other than screwing on the antenna. Included with the camera was the power adapter,. Generic Cameras & Camcorders. 1 - 40 1 to 40 of 1,000+ products. Refine by Price. Store Availability. Sort by left hand navigation Skip to Search.
The generic
camera platform allows you to integrate any IP camera or other URL into Home Assistant. Templates can be used to generate the URLs on the fly.
Camera profiles; Build a universal camera driver. The universal camera driver is an AVStream minidriver built on the Windows Driver Model (WDM). For more information, see the following sections in the Universal camera driver model reference for Windows 10: New camera driver controls; New camera driver enumerations; New camera driver functions. This allows applications to use the standard Windows Media APIs to capture video from generic cameras that do not conform to the ONVIF standards, or from an arbitrary URI without pairing. New APIs also exist to support time synchronization of cameras using the Network Time Protocol (NTP) as specified by the Onvif specification.

Home Assistant will serve the images via its server, making it possible to view your IP cameras while outside of your network. The endpoint is /api/camera_proxy/camera.[name]
.
Configuration
To enable this camera in your installation, add the following to your configuration.yaml
file:
Configuration Variables
The URL your camera serves the image on, e.g., http://192.168.1.21:2112/
. Can be a template.
The URL your camera serves the live stream on, e.g., rtsp://192.168.1.21:554/
. Can be a template.
This parameter allows you to override the name of your camera.
The username for accessing your camera.
The password for accessing your camera.
Type for authenticating the requests basic
or digest
.
Limits re-fetching of the remote image to when the URL changes. Only relevant if using a template to fetch the remote image.
Set the content type for the IP camera if it is not a jpg file. Use image/svg+xml
to add a dynamic SVG file.
The number of frames-per-second (FPS) of the stream. Can cause heavy traffic on the network and/or heavy load on the camera.
Enable or disable SSL certificate verification. Set to false to use an http-only camera, or you have a self-signed SSL certificate and haven’t installed the CA certificate to enable verification.
Examples
In this section, you find some real-life examples of how to use this camera platform.
Weather graph from yr.no
Local image
You can show a static image with this platform. Just place the image here: /config/www/your_image.png
Sharing a camera feed from one Home Assistant instance to another
If you are running more than one Home Assistant instance (let’s call them the ‘host’ and ‘receiver’ instances) you may wish to display the camera feed from the host instance on the receiver instance. You can use the REST API to access the camera feed on the host (IP address 127.0.0.5) and display it on the receiver instance by configuring the receiver with the following:
Image from HTTP only camera
To access a camera which is only available via HTTP, you must turn off SSL verification.

Live stream

Download first motherboards driver. To access a camera that has both a snapshot and live stream URL, utilizing the stream component.
Suggest an edit to this page, or provide/view feedback for this page.

The camera driver interface for Windows 10 is converged for all devices and uses a universal camera driver model.
The universal camera driver model also contains new DDIs, including:
Build a universal camera driver
Generic Camera Drivers For 10

Windows 10 Generic Camera Driver
The universal camera driver is an AVStream minidriver built on the Windows Driver Model (WDM).
Generic Camera Model
For more information, see the following sections in the Universal camera driver model reference for Windows 10:
Generic Camera Battery Charger
For more information about building AVStream minidrivers, see the following topics:
