Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Repository files navigation

DahuaSharp

[EN]

Small C# library to access Dahua DVRs, it also works with Intelbras DVRs. Currently, it's only possible to get the channels names and make a JPG snapshot of the recording.

[PT-BR]

Biblioteca em C# para acessar DVRs da Dahua, que são vendidos no Brasil como Intelbras. Atualmente, só é possível pegar os nomes dos canais e fazer uma captura em JPG da gravação.

Quick Example:

varc=newDvrClient("192.168.13.37");c.Connect();c.Login("admin","admin");String[]channels=c.GetChannelsTitles();byte[]b=c.GetSnapshot(0);

Inspired by TaniDvr (http://tanidvr.sourceforge.net)

About

Library to access Dahua and Intelbras DVRs.

Topics

Resources

Stars

18 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages