Nathan Osman
Nathan Osman
I have a Nexus 6 running 6.0.1 and I would love to see this happen. I found the following shared libraries in `/vendor/lib/`: - libmmcamera_imx132.so - libmmcamera_imx135.so - libmmcamera_imx214.so According...
I finally found the section of `libmmcamera_imx214.so` that contains the camera modes. The first one seems to be the one Android uses. The information (at offset (0x5414) is as follows:...
@PkmX I tried halving the active pixel heigh, the active array height, and the output timing and doubling the maximum FPS values but it didn't work ("unable to open camera")....
I'm seeing this too: ``` nathan@nathan-desktop:~$ gdc nitroshare Traceback (most recent call last): File "gdc", line 48, in full_names.insert(0, ensure_str(rep['full_name'])) TypeError: string indices must be integers ``` I'm running the...
Hmmm... this is proving to be a more unusual problem than first expected. I found a fix for the problem but it doesn't work consistently, so further investigation is needed.
Sorry for the delay in reviewing this. The branch is 126 commits behind master - is there any chance you could rebase this on master?
Thanks! I'll take a look at this very soon - should be a pretty simple feature to implement.
This sounds like a really neat feature. I will definitely add this to the list.
I'll give it a shot on Firefox 52 and see if I can reproduce.
Hmm... even with Firefox 52, entering "application/json" for the MIME type causes the correct `Content-Type` header to be sent with the request.  Do you have any other add-ons installed?