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
Thank you for providing this excellent API. I am currently using a GoPro 12 to perform live streaming. I have noticed that GoPro automatically saves the livestreaming video to the SD card, which I am unable to control.
My intention is to utilize this live streaming feature as a camera preview for my user interface (UI) that I have developed. Therefore, I do not require the video to be saved to my memory card, as it would consume a significant amount of storage space.
Would it be possible to disable the automatic saving of the video to the SD card during live streaming? I am currently using the demo provided in this link:
gopro-livestream --help
usage: gopro-livestream [-h] [--min_bit MIN_BIT] [--max_bit MAX_BIT] [--start_bit START_BIT] [--resolution {4,7,12}] [--fov {0,4,3}]
[--log LOG] [--identifier IDENTIFIER]
ssid password url
Connect to the GoPro via BLE only, configure then start a Livestream, then display it with CV2.
positional arguments:
ssid WiFi SSID to connect to.
password Password of WiFi SSID.
url RTMP server URL to stream to.
options:
-h, --help show this help message and exit
--min_bit MIN_BIT Minimum bitrate.
--max_bit MAX_BIT Maximum bitrate.
--start_bit START_BIT
Starting bitrate.
--resolution {4,7,12}
Resolution.
--fov {0,4,3} Field of View.
--log LOG Location to store detailed log
--identifier IDENTIFIER
Last 4 digits of GoPro serial number, which is the last 4 digits of the default camera SSID. If not used, first
discovered GoPro will be connected to
The text was updated successfully, but these errors were encountered:
Hello. There was a reason (which is currently escaping me) that I did not expose this parameter.
In any case I'll retest on Hero 13 to see if it can be added now.
Hello,
Thank you for providing this excellent API. I am currently using a GoPro 12 to perform live streaming. I have noticed that GoPro automatically saves the livestreaming video to the SD card, which I am unable to control.
My intention is to utilize this live streaming feature as a camera preview for my user interface (UI) that I have developed. Therefore, I do not require the video to be saved to my memory card, as it would consume a significant amount of storage space.
Would it be possible to disable the automatic saving of the video to the SD card during live streaming? I am currently using the demo provided in this link:
The text was updated successfully, but these errors were encountered: