Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turning off Valeria mode will receive an unknown protocol #121

Open
ChinaGuCheng opened this issue Apr 25, 2022 · 2 comments
Open

Turning off Valeria mode will receive an unknown protocol #121

ChinaGuCheng opened this issue Apr 25, 2022 · 2 comments

Comments

@ChinaGuCheng
Copy link

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

@danielpaulus
Copy link
Owner

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

@ChinaGuCheng
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants