-
Notifications
You must be signed in to change notification settings - Fork 185
Description
Bug
The "New Media Available" flag is not updating when I delete all files from the SD Card using the "Open GoPro HTTP API (2.0)"
Bug description
I'm reading the advertising data for my Go Pro 13 Black looking for information about "New Media Available".
The reading process is working normally, I receive the information every 3 seconds on average when the GoPro is nearby, even when it is turned off.
When the SD card is empty, the flag returns "false", when I finish recording a video, it changes to "true", and if I delete the video manually using the GoPro interface, the flag changes to "false". This works perfectly.
The problem happens when I use the endpoint to remove the video, the flag remains "true".
To Reproduce
Steps to reproduce with no error:
- Empty the SD card from the GOPro menu
- Record a new video
- Manually delete the video through the GoPro menu
- Check that the flag indicating that there are new files changes to false in the advertising
Steps to reproduce the behavior:
- Empty the SD card from the GOPro menu
- Record a new video
- Enable de WIFI using BLE
- Delete all files using api http
- Check that the flag indicating that there are new files remaining true in the advertising.
Expected behavior
the flag "New Media Available" or "Available" in "Media Offload Status" should change to false after deleting all files.
Hardware
- Camera: Hero 13 black
- Desktop [Windows]
Additional information
I am using the camera on the Home Network.
