Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit d5b5866

Browse files
author
Konrad Iturbe
committed
Hero9 resolutions
1 parent 03aa8e8 commit d5b5866

File tree

2 files changed

+668
-667
lines changed

2 files changed

+668
-667
lines changed

goprocam/GoProCamera.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ def listMedia(self, format=False, media_array=False):
779779
# Webcam utils
780780
##
781781

782-
def startWebcam(self, resolution="1080p"):
782+
def startWebcam(self, resolution="1080"):
783783
return self.gpWebcam("START?res=" + resolution)
784784

785785
def stopWebcam(self):

0 commit comments

Comments
 (0)