Summary of camera development based on ONVIF protocol
Original: http://www.cnblogs.com/big-devil/p/7625752.html
Recently, while working on the onvif protocol, I read a good article about the onvif protocol and reloaded it for recording.
1 What is the ONVIF protocol
In May 2008, the AXIS Joint Expo (BOSCH) and Sony (SONY) Corporation The three parties announced that they will wo ...
Posted by ViperG on Sat, 11 May 2019 17:19:16 +0200
Django Basic Concepts
Django
Following the framework of the MVC design pattern, MVC is short for the three words Model, View, Controller.Represents models, views, and controllers.
Create Project
From the command line, first step into a virtual environment where Django is installed
Through pycharm
#Create Project
1. Command line: django-admin startproject [proje ...
Posted by vboctor on Fri, 10 May 2019 20:16:30 +0200
nginx docker container configuration https(ssl)
Certificate generation
First, you need https certificate files. If you have purchased certificates from Certificate Authorization center, you can skip this step. Here we introduce how to generate self-signed certificates. Self-signed certificates refer to certificates that are not issued by Certificate Authority, but generated by the relevant t ...
Posted by robtbs on Wed, 08 May 2019 23:36:03 +0200