Skip to content

zEhmsy/Dahua_camera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dahua_camera

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

DAHUA HTML API CONTROLLER

project_description
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

Controllare le telecamere attraverso il semplice prompt dei comandi di Windows

(back to top)

Built With

(back to top)

Project

Roadmap

  • Topics
    • Manipulate http request
    • Control Camera
    • Network managment

See the open issues for a full list of proposed features (and known issues).

(back to top)

Getting Started

Prerequisites & Installation

  1. Clone the repo

    git clone https://github.com/zEhmsy/Dahua_camera.git
  2. Install curl You might already have curl It is possible that you won't need to download anything:

    If you are on Windows 10, version 1803 or later, your OS ships with a copy of curl, already set up and ready to use.

    If you have Git for Windows installed (if you downloaded Git from git-scm.com, the answer is yes), you have curl.exe under:

    C:\Program Files\Git\mingw64\bin\

    Simply add the above path to PATH.

    Installing curl with a package manager If you are already using a package manager, it may be more convenient to install with one:

    For Chocolatey, run choco install curl For MSYS2, run pacman -S curl For Scoop, run scoop install curl For Cygwin, add the curl package in Cygwin Setup. EDIT by a reader: Cygwin installer design has changed, please choose curl packages as follows: new Cygwin installer design

    Installing curl manually Downloading curl It is too easy to accidentally download the wrong thing. If, on the curl homepage, you click the large and prominent "Download" section in the site header, and then the large and prominent curl-7.62.0.tar.gz link in its body, you will have downloaded a curl source package, which contains curl's source code but not curl.exe. Watch out for that.

    Instead, click the large and prominent download links on this page. Those are the official Windows builds, and they are provided by the curl-for-win project.

    If you have more esoteric needs (e.g. you want cygwin builds, third-party builds, libcurl, header files, sources, etc.), use the curl download wizard. After answering five questions, you will be presented with a list of download links.

    Extracting and setting up curl Find curl.exe within your downloaded package; it's probably under bin\.

    Pick a location on your hard drive that will serve as a permanent home for curl:

    If you want to give curl its own folder, C:\Program Files\curl\ or C:\curl\ will do. If you have many loose executables, and you do not want to add many individual folders to PATH, use a single folder such as C:\Program Files\tools\ or C:\tools\ for the purpose. Place curl.exe under the folder. And never move the folder or its contents.

    Next, you'll want to make curl available anywhere from the command line. To do this, add the folder to PATH, like this:

    1.Click the Windows 10 start menu. Start typing "environment". 2.You'll see the search result Edit the system environment variables. Choose it. 3.A System Properties window will popup. Click the Environment Variables button at the bottom. 4.Select the "Path" variable under "System variables" (the lower box). Click the Edit button. 5.Click the Add button and paste in the folder path where curl.exe lives. 6.Click OK as needed. Close open console windows and reopen, so they get the new PATH. Now enjoy typing curl at any command prompt. Party time!

  3. Double-click on bat file

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Giuseppe Tururro - @instagram_handle - info.g.turturro@gmail.com

Project Link: https://github.com/zEhmsy/Dahua_camera

(back to top)

Acknowledgments

(back to top)

About

Batch script per controllare via CURL-request HTML API Dahua Camera

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published