Dustin Kerstein

Results 23 issues of Dustin Kerstein

Is there a reason why Iso Viewer requests for keystroke permissions on launch?

I'm using [UnityGoogleDrive](https://github.com/Elringus/UnityGoogleDrive) which relies on AppAuth for both iOS and Android. I'm not entirely sure if this is more of a question for AppAuth maintainers, or possibly Google. But...

For soon to be released firmware update by 6by9. See https://www.raspberrypi.org/forums/viewtopic.php?p=1762548#p1762548 for more details. Level specs based on https://www.itu.int/rec/T-REC-H.264-201906-I

On my Pi HQ camera, setting exposure compensation works for -25 < values < 25, but when set to 25 or -25 it behaves the same as 0. Are other...

FFMPEGQUALITYDEC doesn't seem to be used on line 330 of gear360video.cmd resulting in very low quality jpeg extracted frames.

Due to a recent WebVR/XR issue, we had to disable VR/XR support for PanoMoments temporarily. I tried reaching out to various folks on the team but wasn't able to get...

Looks like there's been a major WebGL texture upload performance regression in the past 6 months or so, but it doesn't seem like there's been much investigation. Here is a...

Capturing with the following command takes around 10 seconds for the command to complete: ``` gphoto2 --capture-image-and-download ``` 0.375827s: `GH5: trigger capture...` 1.379560s: `GH5: checking for new object...` 2.683018s: `GH5:...

When capturing with `--capture-tethered` I often see the 2nd file transfer with a 0 byte file size. ``` 4.947475 debug_objectinfo (2): ObjectInfo for '_1300143.JPG': 4.947482 debug_objectinfo (2): Object ID: 0x1220808f...

The following commands result in corrupt JPEG data with a Panasonic GH5 with gPhoto2 running on Windows: ``` gphoto2 --capture-preview --stdout > preview.jpg gphoto2 --capture-movie --stdout > movie.jpg ``` When...