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

Switching between preset groups results in unexpected response #576

Open
George-Gi opened this issue Jul 27, 2024 · 4 comments
Open

Switching between preset groups results in unexpected response #576

George-Gi opened this issue Jul 27, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@George-Gi
Copy link

George-Gi commented Jul 27, 2024

When the GoPro is in Video preset group and I send a command to load the Photo preset group, it does work, but at the same time I get back responses for the resolution, fps and lens for the Video preset group. The results seem to default every time to:

  • resolution: 4k
  • fps: 240
  • lens: wide.

Similarly, when the GoPro is in Photo preset group and I send a command to load the Video preset group I get back response for the Photo lens which defaults to:

  • lens: wide.

I have registered for updates regarding the video resolution, fps, lens and for the photo lens, but I don't understand why when I switch to the other group I get wrong information for the previous group.

@github-actions github-actions bot added the triage Needs to be reviewed and assigned label Jul 27, 2024
@tcamise-gpsw
Copy link
Collaborator

I'm not sure what you mean by "get back responses?" For example, are you querying these settings via BLE / HTTP?

Can you please post some type of log of the communication?

@tcamise-gpsw tcamise-gpsw added bug Something isn't working feedback requested Further information is requested and removed triage Needs to be reviewed and assigned labels Aug 2, 2024
@George-Gi
Copy link
Author

George-Gi commented Aug 13, 2024

I'm not sure what you mean by "get back responses?" For example, are you querying these settings via BLE / HTTP?

Can you please post some type of log of the communication?

I have registered for notification updates over BLE for video resolution, fps, lens and for the photo lens. Whenever I send a command over BLE to change the preset, I get notification updates in the way described in my original question.
The following log is an example when the camera preset is Video and I send a command to change it to Photo.
In the following log we observe that when I send a command to change to Photo preset I get a notification for video fps and video lens. In this example, the Video preset had an Fps setting different from 240 and Video Lens different than Wide. The Video Resolution was 4k, so I didn't get a notification.
According to my original post and the following log it seems that when I have set any of the video settings (fps, lens, resolution) to a different value other than the apparent default (see defaults in my original post) when I change to photo preset, I receive notifications for the corresponding video settings and the values that I get are the aforementioned "default" ones.

Sending msg: [00, 72,0 4, 3E, 02, 03, E9] => Send message to gopro to switch preset
Msg received: [00, 77, 92, 03, 00] => Receive notification from gopro about fps
Msg received: [00, 77, 92, 7A, 66] => Receive notification from gopro about photo lens
Msg received: [00, 77, 92, 79, 00] => Receive notification from gopro about video lens
Msg received: [00, 77, 93, 60, 00, 00, 03, E9] => Receive notification from gopro about preset group

Copy link
Contributor

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Sep 13, 2024
@George-Gi
Copy link
Author

Since this is tagged as Stale now, is there any update?

@tcamise-gpsw tcamise-gpsw removed feedback requested Further information is requested Stale labels Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants