quicktime_video_hack icon indicating copy to clipboard operation
quicktime_video_hack copied to clipboard

Turning off Valeria mode will receive an unknown protocol

Open ChinaGuCheng opened this issue 2 years ago • 2 comments

In the dict format sent by the Send SPD1 message, Valeria=1 means it is turned on. After turning on, the video format will always be the recording screen, and the device time will become 9:41.

Valeria=0 means close, the device time is normal after closing, and the video format will change according to the scene. For example, when playing a video in the APP, an unknown protocol will be transmitted

ChinaGuCheng avatar Apr 25 '22 07:04 ChinaGuCheng

Can you provide some more details how to reproduce? I don't fully understand.

danielpaulus avatar Jul 13 '22 18:07 danielpaulus

file : asyn.go function : CreateHpd1DeviceInfoDict()

you can try modifying Valeria to false.

Key: "Valeria", Value: true, //iPhone time 9:41, The default maximum width height, cannot be modified --> Key: "Valeria", Value: false, //iPhone time normal, Using the set width height, can modify

ChinaGuCheng avatar Aug 04 '22 06:08 ChinaGuCheng