project_description
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
- Topics
- Manipulate http request
- Control Camera
- Network managment
See the open issues for a full list of proposed features (and known issues).
-
Clone the repo
git clone https://github.com/zEhmsy/Dahua_camera.git
-
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 curlFor MSYS2, runpacman -S curlFor Scoop, runscoop install curlFor 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 designInstalling 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.gzlink in its body, you will have downloaded a curl source package, which contains curl's source code but notcurl.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.exewithin your downloaded package; it's probably underbin\.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\orC:\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 asC:\Program Files\tools\orC:\tools\for the purpose. Placecurl.exeunder 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.exelives. 6.Click OK as needed. Close open console windows and reopen, so they get the newPATH. Now enjoy typing curl at any command prompt. Party time! -
Double-click on bat file
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
Giuseppe Tururro - @instagram_handle - info.g.turturro@gmail.com
Project Link: https://github.com/zEhmsy/Dahua_camera
