One, foreword

With onvif to adjust the Brightness, ColorSaturation and Contrast of the pictures, you can see the corresponding changes of the monitor picture in real time. For example, if the Brightness is pulled to the lowest level, you can see that the picture is completely black. Through onvif to adjust the picture color light, you don’t need to private SDK by manufacturers to adjust, more manufacturers to adjust the parameters of the SDK certainly more faster and better the function is not much use, most of the time actually or during installation and debugging, directly in front the camera web page configuration interface or client interface to adjust, After the general adjustment, basically will not be changed, especially after acceptance of the project, after the expert advice adjustment fixed in that parameter on the line.

Through the agreement to adjust image parameters, equivalent to the front end will change the picture of the video source parameters, a scene is sometimes don’t want to modify the front of the image parameters, but get rid of video images after local, local adjust display according to their own rules, because the front camera may be several places in the flow, you changed, other place also see, However, it is not necessarily the desired effect in other places. Different software or users may have their own specific requirements, and some camera manufacturers do not support onviF adjustment. The ultimate universal solution is to get the image and adjust the color value and so on through the code. This is not currently implemented. If you get the QImage directly, it is very easy to adjust the RGB color value and do the algorithm to change it, which is less efficient. This needs to be processed with the stuff in the AVFilter, which will be studied in detail when you are free.

Main features of Onvif

  1. Search for device information such as manufacturer and model.
  2. Obtain multiple profile information profiles of the device.
  3. Obtain the video stream address RTSP and resolution of the corresponding configuration file.
  4. Head control, up and down, left and right movement, zoom in and out, relative and absolute movement.
  5. Gets preset bit information to trigger a preset bit.
  6. Subscribe to events and receive various messages from devices, especially alarm events such as IO port alarm.
  7. Capture the current picture of the device.
  8. Obtain, create, and delete user information.
  9. Get and device network configuration information such as IP address.
  10. Gets and sets NTP time synchronization.
  11. Gets and sets the device time.
  12. Restart the device.

Onvif processing flow

  1. Bind multicast IP (239.255.255.250) to port (3702) and send fixed XML format data to the search device.
  2. The received XML data is parsed to obtain the Onvif address of the device.
  3. Send the corresponding data to the Onvif address, and get the corresponding node data after receiving the data.
  4. The Onvif address is requested to obtain the Media address and Ptz address. The Media address is used to obtain the detailed configuration file, and the Ptz address is used for Ptz control.
  5. PTZ control is to send corresponding data to the PTZ address.
  6. If user authentication is configured, the user token information needs to be sent together and authentication is required each time.
  7. The received data is not standard XML data and cannot be processed with normal node parsing, only with QXmlQuery.
  8. The data returned by each manufacturer’s devices may not be completely consistent, which requires fuzzy search for node values.
  9. The underlying protocol resolution is intentionally used because SOAP is too bloated and the function name is too exotic, so it is intentionally lightweight.
  10. Two required tools, Onvif Device Manager and Onvif Device Test Tool.

Two, functional characteristics

(1) Software module

  1. Video monitoring module, various docking small window sub-module, including device list, graphic warning, window information, panyt control, preset position, cruise setting, device control, floating map, web browsing, etc.
  2. Video playback module, including local playback, remote playback, device playback, picture playback, video upload, etc.
  3. Electronic map module, including picture map, online map, offline map, path planning, etc.
  4. Log query module, including local logs, device logs, etc.
  5. System setting module, including system Settings (basic Settings, video parameters, database Settings, map configuration, serial port configuration, etc.), VIDEO recorder management, camera management, polling configuration, user management, etc.

(2) Basic functions

  1. Support various video streams (RTSP, RTMP, HTTP, etc.), video files (MP4, RMVB, AVI, etc.), local USB camera playback.
  2. Support multi-screen switching, including 1, 4, 6, 8, 9, 13, 16, 25, 36, 64 screen switching.
  3. Supports full-screen switching, including the right mouse button, toolbar button, and shortcut keys (Alt + Enter full-screen, esc exit full-screen).
  4. Supports video polling, including 1, 4, 9, and 16 screen polling. You can set polling group (polling plan), polling interval, and bit stream type.
  5. Supports the OnVIF protocol, including device search, pte control, device control (picture parameters, check time, system restart, capture pictures, etc.).
  6. Different users can have different module permissions, such as deleting logs and shutting down the system.
  7. Support a variety of databases, including sqlite, mysql, sqlserver, postgresql, oracle, rendajincang and so on.
  8. You can set resolution and frame rate for a local USB camera.
  9. All docking modules automatically generate corresponding menus to control the display and hide, in the title bar right click can pop up.
  10. Display all modules, hide all modules, reset the common layout, and reset the full-screen layout.
  11. Double-click the device to pop up real-time preview video, supporting picture map, online map, offline map, etc.
  12. The camera node can be dragged to the corresponding window to play the video, and the local file can be dragged to play the video.
  13. You can delete a video by right-clicking the mouse button, closing the floating bar, or dragging it outside the video surveillance panel.
  14. The device button on the picture map can be dragged freely to automatically save the location information. You can click the mouse to obtain the longitude and latitude information on the Baidu map to update the location of the device.
  15. Any channel in the video surveillance panel form supports drag exchange, instant response.
  16. Encapsulated Baidu map, view switch, movement track, equipment point, mouse click to obtain latitude and longitude.
  17. Double-click the node, drag the node, drag the window to switch positions and other operations, will automatically update and save the last playing address, the next software open automatic application.
  18. Volume bar control in the lower right corner, automatically hide when losing focus, volume strip mute icon.
  19. You can specify a screenshot for a single channel or all channels. The screenshot button is also available on the bottom toolbar.
  20. The mouse pointer can be automatically hidden when timeout expires and the mouse pointer can be automatically displayed in full screen.
  21. Support onVIF PTZ control, can move PTZ camera up, down, left and right, including reset and focal length adjustment.
  22. Support any ONVIF camera, including but not limited to Hikang, Dahua, Yushi, Weiye, Huawei, etc.
  23. Can save video, can select the time storage or single file storage, optional storage interval time.
  24. Video stream communication mode can be set TCP + UDP, video decoding can be set speed first, quality first, balance, etc.
  25. You can set the software name, English name, and LOGO icon.
  26. You can export stored video files to specific directories or upload them to servers in batches.

(3) Features and functions

  1. The main interface adopts the mode of docked form, various components in the form of small modules, can be customized to join any module.
  2. Docking module can drag any position embedded and suspended, support maximum full screen, support multi-screen.
  3. Dual layout file storage mechanism, normal mode and full-screen mode are corresponding to different layout schemes, automatic switching and saving, for example, full-screen mode can highlight several modules transparent display in the specified position, more science fiction sense of modernization.
  4. Original onVIF protocol mechanism, using the underlying protocol resolution (UDP broadcast search + HTTP request execution command) more lightweight easy to understand learning expansion, does not rely on any third-party components such as GSOAP.
  5. Original data import and export mechanism, cross-platform independent of any components, instant data export.
  6. Built in multiple original components, the universe super value super awesome, Including data import and export components (export to XLS, PDF, printing), database components (database management thread, automatic data cleaning thread, universal paging, data request, etc.), map component, video monitoring component, file multithreading transceiver component, onVIF communication component, universal browser kernel component, etc.
  7. Customize information box + error box + query box + lower right prompt box (including various formats).
  8. Exquisite skin change, up to 17 sets of skin styles can be changed at will, all styles are unified, including menu, etc.
  9. Multiple buttons can be added to the video control hover bar, and buttons can also be added to the small toolbar at the bottom of the monitoring interface.
  10. Double click the camera node to automatically play the video, double click the node to automatically add the video, it will automatically jump to the next, double click the parent node to automatically add all the videos under the node. Primary stream and sub-stream are optional.
  11. You can add, delete, and modify the import and export printed information, and immediately apply the new device information to generate a tree list without restarting.
  12. Optional a variety of kernel free switch, FFMPEG, VLC, MPV, etc., can be set in pro. Ffmpeg is recommended. It is most cross-platform and provides libraries compiled on Linux and MAC platforms by default.
  13. Supports hard decoding and can be set to hard decoding type (QSV, DXVA2, d3D11VA, etc.).
  14. The default opengL rendering video, ultra-low CPU resource consumption, support YUYV and NV12 two formats to draw, very awesome.
  15. Highly customizable, users can easily derive their own functions on this basis, such as adding custom modules, adding operation mode, robot monitoring, uav monitoring, excavator monitoring, etc.
  16. Support XP, Win7, Win10, Linux, MAC, a variety of domestic systems (UOS, kyrin, Galaxy Kyrin, etc.), embedded Linux and other systems.
  17. Complete annotation, clear project structure, super detailed complete use of the development manual, accurate to the function description of each code file, continuous iteration version.

3. Experience address

  1. Experience address: pan.baidu.com/s/1d7TH_GEY… Extraction code: 01Jf File name: bin_video_system.zip
  2. Domestic site: gitee.com/feiyangqing…
  3. International site: github.com/feiyangqing…
  4. Profile: blog.csdn.net/feiyangqing…
  5. Zhihu homepage: www.zhihu.com/people/feiy…
  6. Online documentation: feiyangqingyun. Gitee. IO/qwidgetdemo…

Four, effect drawing

Five, core code

QString OnvifOther::getVideoSource(a)
{
    QString result = writeData(" 
      ".""."Get video parameters".false.false.1);
    QStringList list = result.split(OnvifResultSplit);
    QString videosource = list.first().split(":").last(a); device->videoSource = videosource;return result;
}

QString OnvifOther::getImageSetting(int &brightness, int &colorSaturation, int &contrast)
{
    brightness = colorSaturation = contrast = 0;
    QString wsdl = "http://www.onvif.org/ver20/imaging/wsdl";

    QStringList list;
    list << QString("    <GetImagingSettings xmlns=\"%1\">").arg(wsdl); list << QString("      <VideoSourceToken>%1</VideoSourceToken>").arg(device->videoSource); list << QString("    </GetImagingSettings>"); QString result = writeData(list.join("\r\n"),"Brightness|ColorSaturation|Contrast","Get image parameters", false); list = result.split(OnvifResultSplit); if (list.count() ! = 3) { return result; } brightness = list.at(0).split(":").last().toInt(); colorSaturation = list.at(1).split(":").last().toInt(); contrast = list.at(2).split(":").last().toInt(); return result; } bool OnvifOther::setImageSetting(int brightness, int colorSaturation, int contrast) { QString wsdl = "http://www.onvif.org/ver20/imaging/wsdl";
    QString schema = "http://www.onvif.org/ver10/schema";

    QStringList list;
    list << QString("    <SetImagingSettings xmlns=\"%1\">").arg(wsdl); list << QString("      <VideoSourceToken>%1</VideoSourceToken>").arg(device->videoSource); list << QString("      <ImagingSettings>"); list << QString("        <Brightness  xmlns=\"%1\">%2</Brightness>").arg(schema).arg(brightness);
    list << QString("        <ColorSaturation  xmlns=\"%1\">%2</ColorSaturation>").arg(schema).arg(colorSaturation); list << QString("        <Contrast  xmlns=\"%1\">%2</Contrast>").arg(schema).arg(contrast);
    list << QString("      </ImagingSettings>"); list << QString("      <ForcePersistence>true</ForcePersistence>"); list << QString("    </SetImagingSettings>"); QString result = writeData(list.join("\r\n"),"SetImagingSettingsResponse","Setting image Parameters", false); return result.contains("SetImagingSettingsResponse");
}
Copy the code