From 8bfc1215384797f9b709ee06bc721d472182f15b Mon Sep 17 00:00:00 2001 From: Davin <591807572@qq.com> Date: 星期三, 20 十一月 2024 15:11:44 +0800 Subject: [PATCH] feature 萤石摄像头翻转 --- EZDemo/HDLEZDemo/HDLEZDemo/ViewController.m | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EZDemo/HDLEZDemo/HDLEZDemo/ViewController.m b/EZDemo/HDLEZDemo/HDLEZDemo/ViewController.m index c3d82ad..1f56a52 100644 --- a/EZDemo/HDLEZDemo/HDLEZDemo/ViewController.m +++ b/EZDemo/HDLEZDemo/HDLEZDemo/ViewController.m @@ -10,9 +10,9 @@ //钀ょ煶闂ㄩ攣spk #define HDLEZ_DOOR_SPK @"security.door.ezviz" -#define HDLEZ_DEVICEID @"1671450533475319810" +#define HDLEZ_DEVICEID @"1679420297738518530" //#define HDLEZ_DEVICESERIAL @"K36229010" -#define HDLEZ_DEVICESERIAL @"J92513662" +#define HDLEZ_DEVICESERIAL @"L32590140" @interface ViewController ()<EZSDKDelegate> @@ -46,7 +46,7 @@ } - (IBAction)toDoorCamera:(id)sender { - [[EZSDK sharedInstance] PlayWithDeviceSerial:HDLEZ_DEVICESERIAL deviceId:HDLEZ_DEVICEID deviceType:HDLEZ_DOOR_SPK]; + [[EZSDK sharedInstance] PlayWithDeviceSerial:HDLEZ_DEVICESERIAL deviceId:HDLEZ_DEVICEID deviceType:HDLEZ_DOOR_SPK msgId:@""]; } - (IBAction)toTempView:(id)sender { -- Gitblit v1.8.0