You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
I also encountered the same problem, did you solve it? I found that it only appeared when playing videos on Youtube, and I received a lot of new types of Aysnc packages, similar to this:
6e 79 73 61 8f 2e 1b 0b 01 00 00 00 75 6d 73 74 48 00 00 00 00 00 00 00 00 00 00 00 00 00 f0 3f bd 31 f7 97 00 00 00 00 00 ca 9a 3b 01 00 00 00 00 00 00 00 00 00 00 00 c6 58 80 43 84 58 00 00 00 ca 9a 3b 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 f0 3f
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
The text was updated successfully, but these errors were encountered: