Chrasonier
Results
2
issues of
Chrasonier
Hey, I'm trying to change the mode of my GoPro Hero 7, but I'm getting a timeout error. ``` gpCam = GoProCamera.GoPro() gpCam.mode(constants.Mode.Video) gpCam.webcamFOV(constants.Webcam:FOV.Linear) ``` The .mode line fails, but...
Hello, I am rebuilding for me the program to work without GUI and as API/Input for e.g. a light show at home. Unfortunately I haven't quite figured out how to...