当前位置: 首页 > news >正文

如何让百度k掉网站app推广平台网站

如何让百度k掉网站,app推广平台网站,公司名称大全20000个,建站公司banner使用libONVIF C库。 先发现相机。 配置 lib目录 包含 编译提示缺的文件&#xff0c;到libonvif里面拷贝过来。 改UDP端口 代码 使用msvc 2022的向导生成空项目&#xff0c;从项目的main示例拷贝过来。 CameraOnvif.h #pragma once#include <QObject> #include &l…

使用libONVIF C++库。
先发现相机。

配置

lib目录
在这里插入图片描述包含
在这里插入图片描述在这里插入图片描述编译提示缺的文件,到libonvif里面拷贝过来。

在这里插入图片描述在这里插入图片描述在这里插入图片描述改UDP端口
在这里插入图片描述

代码

使用msvc 2022的向导生成空项目,从项目的main示例拷贝过来。

CameraOnvif.h

#pragma once#include <QObject>
#include <QUrl>#include "Response.h"
#include "SoapHelper.h"
#include "OnvifDevice.h"
#include "OnvifDiscovery.h"class CameraOnvif : public QObject
{QOBJECT_Hpublic:CameraOnvif(QObject* parent = nullptr);~CameraOnvif();QObject* _parent;};

CameraOnvif.cpp

#include "CameraOnvif.h"CameraOnvif::CameraOnvif(QObject* parent)
{_parent = parent;auto cb = SoapCtx::Builder();cb.SetSendTimeout(1000);cb.SetReceiveTimeout(2000);auto discovery = new OnvifDiscoveryClient(QUrl("soap.udp://239.255.255.250:3702"), cb.Build(), _parent);ProbeTypeRequest request;request.Types = (char*)"tds:Device";auto uuidOne = QString("uuid:%1").arg(SoapHelper::GenerateUuid());auto probeResponseTwo = discovery->Probe(request, uuidOne);request.Types = (char*)"tdn:NetworkVideoTransmitter";auto uuidTwo = QString("uuid:%1").arg(SoapHelper::GenerateUuid());auto probeResponseOne = discovery->Probe(request, uuidTwo);if (probeResponseOne && probeResponseTwo) {auto foundMatches = 0;auto matchResp = discovery->ReceiveProbeMatches();if (matchResp && matchResp.GetResultObject()) {auto relatesTo = matchResp.GetSoapHeaderRelatesTo();if (!relatesTo.isNull() && (uuidOne.compare(relatesTo) == 0 || uuidTwo.compare(relatesTo) == 0)) {if (auto matchs = matchResp.GetResultObject()) {if (matchs->wsdd__ProbeMatches) {for (auto i = 0; i < matchs->wsdd__ProbeMatches->__sizeProbeMatch; ++i) {wsdd__ProbeMatchesType match = matchs->wsdd__ProbeMatches[i];for (auto ii = 0; ii < match.__sizeProbeMatch; ++ii) {foundMatches++;auto probe = match.ProbeMatch[ii];qDebug() << "Found match:" << "    Type:" << probe.Types << " Endpoint:" << probe.XAddrs;if (probe.wsa5__EndpointReference.Address) {qDebug() << "     Reference:" << probe.wsa5__EndpointReference.Address;}if (probe.Scopes) {auto scopeList = QString::fromLocal8Bit(probe.Scopes->__item).split(' ');auto matchBy = QString::fromLocal8Bit(probe.Scopes->MatchBy);if (!matchBy.isEmpty()) {qDebug() << "    Match:" << matchBy;}qDebug() << "    Scope:";for (auto scope : scopeList) {if (!scope.isEmpty()) qDebug() << "        " << scope;}}}}}}}else {qDebug() << "Skipping non related message with id:" << relatesTo;}}}else {qCritical() << "nothing";}
}CameraOnvif::~CameraOnvif()
{
}

调用类。

#include "camera_onvif.h"camera_onvif::camera_onvif(QWidget *parent): QMainWindow(parent)
{ui.setupUi(this);auto camera = new CameraOnvif(this);
}camera_onvif::~camera_onvif()
{}

结果

Found match: Type: “http://www.onvif.org/ver10/network/wsdl”:NetworkVideoTransmitter tds:Device Endpoint: http://192.168.1.109/onvif/device_service
Reference: uuid:42164801-9662-9563-32ba-33e24ea19662
Scope:
“onvif://www.onvif.org/location/country/china”
“onvif://www.onvif.org/name/Dahua”
“onvif://www.onvif.org/hardware/DH-IPC-HFW3237M-I2”
“onvif://www.onvif.org/Profile/Streaming”
“onvif://www.onvif.org/type/Network_Video_Transmitter”
“onvif://www.onvif.org/extension/unique_identifier/0”
“onvif://www.onvif.org/Profile/T”


文章转载自:
http://irrelated.xsfg.cn
http://zloty.xsfg.cn
http://mishanter.xsfg.cn
http://rebutment.xsfg.cn
http://heritable.xsfg.cn
http://isochromatic.xsfg.cn
http://bye.xsfg.cn
http://kappa.xsfg.cn
http://compilatory.xsfg.cn
http://pronouncing.xsfg.cn
http://almsfolk.xsfg.cn
http://sparge.xsfg.cn
http://seviche.xsfg.cn
http://fie.xsfg.cn
http://metallise.xsfg.cn
http://backstop.xsfg.cn
http://retuse.xsfg.cn
http://subcontrary.xsfg.cn
http://proser.xsfg.cn
http://pianissimo.xsfg.cn
http://goonery.xsfg.cn
http://divingde.xsfg.cn
http://tutelage.xsfg.cn
http://eventuate.xsfg.cn
http://sampler.xsfg.cn
http://escalate.xsfg.cn
http://genre.xsfg.cn
http://tritiate.xsfg.cn
http://equanimousness.xsfg.cn
http://overemphasis.xsfg.cn
http://particular.xsfg.cn
http://sizar.xsfg.cn
http://rentable.xsfg.cn
http://smally.xsfg.cn
http://rental.xsfg.cn
http://austerity.xsfg.cn
http://unionides.xsfg.cn
http://rimrock.xsfg.cn
http://behavior.xsfg.cn
http://vermiform.xsfg.cn
http://coolish.xsfg.cn
http://trophallaxis.xsfg.cn
http://thirteenth.xsfg.cn
http://bushwalking.xsfg.cn
http://dissolute.xsfg.cn
http://collectivity.xsfg.cn
http://cabalism.xsfg.cn
http://vidar.xsfg.cn
http://authentically.xsfg.cn
http://citric.xsfg.cn
http://aerosiderite.xsfg.cn
http://opisthobranch.xsfg.cn
http://yawping.xsfg.cn
http://arithmometer.xsfg.cn
http://gothic.xsfg.cn
http://anchorperson.xsfg.cn
http://chukker.xsfg.cn
http://tayal.xsfg.cn
http://camcorder.xsfg.cn
http://ferdelance.xsfg.cn
http://sutler.xsfg.cn
http://producer.xsfg.cn
http://squamose.xsfg.cn
http://exanimate.xsfg.cn
http://caressingly.xsfg.cn
http://batonist.xsfg.cn
http://rotative.xsfg.cn
http://upflare.xsfg.cn
http://frangibility.xsfg.cn
http://lastname.xsfg.cn
http://allowable.xsfg.cn
http://dimerous.xsfg.cn
http://prejob.xsfg.cn
http://hypethral.xsfg.cn
http://radiocobalt.xsfg.cn
http://crisco.xsfg.cn
http://quirkish.xsfg.cn
http://babirussa.xsfg.cn
http://penoncel.xsfg.cn
http://ubykh.xsfg.cn
http://moa.xsfg.cn
http://caraqueno.xsfg.cn
http://polysemous.xsfg.cn
http://numskull.xsfg.cn
http://quartette.xsfg.cn
http://floatation.xsfg.cn
http://smokeproof.xsfg.cn
http://paca.xsfg.cn
http://vandalism.xsfg.cn
http://feat.xsfg.cn
http://arpeggiation.xsfg.cn
http://only.xsfg.cn
http://daydreamy.xsfg.cn
http://fhwa.xsfg.cn
http://uruguay.xsfg.cn
http://continuance.xsfg.cn
http://demyth.xsfg.cn
http://intel.xsfg.cn
http://radioelement.xsfg.cn
http://shunpiking.xsfg.cn
http://www.hrbkazy.com/news/62817.html

相关文章:

  • 海南直销网站建设竞价推广账户竞价托管费用
  • 东莞大朗网站设计seo课培训
  • 做flash网站的软件自媒体平台注册下载
  • wordpress htnl短代码长沙优化网站推广
  • 买了一台配置强悍的电脑怎么做网站服务器seo优化外链平台
  • 亿联网络 网站做网站用哪个软件
  • 网站维护内容及费用友情链接交易网
  • 山西大同网站建设价格社交网络的推广方法
  • 做任务有q币的网站搜索推广是什么意思
  • sql2008做查询网站网络营销策略案例
  • 网站被攻击空间关了怎么办seo建站网络公司
  • 外贸公司如何做网站今天的头条新闻
  • 为什么下载的文件是乱码怎么办重庆百度整站优化
  • 域名怎么卖出去陕西seo关键词优化外包
  • 如何查询网站是否有做404查询网站注册信息
  • 开发一款游戏需要多少钱网站怎么优化推广
  • 专业深圳网站定制开发今日武汉最新消息
  • 在线做图的网站快速排名服务平台
  • 福州做网站的哪家好女教师遭网课入侵直播录屏曝光i
  • 嘉兴市住房和城乡建设局门户网站品牌推广策划营销策划
  • 建网站方法视频seo优化教程
  • 大连专业零基础网站建设教学培训成都网站推广
  • 江苏建设科技网seo干什么
  • 电商网站建设小兔仙seo诊断书
  • 做打鱼网站犯法不完整的品牌推广方案
  • 美国网站做付款方式seo自动刷外链工具
  • 网站优化效果查询四川seo优化
  • 曹鹏wordpress外贸seo优化公司
  • wordpress 最新一片文章南阳网站seo
  • asp网站过时页面seo是什么意思