NightCap is already excellent, and just keeps getting better with each new version.
Anyway, do you have the ability to set the shutter speed to arbitrary values? Just the reciprocal of an unsigned int? Only specific values? When I point the camera at a lightbulb the “EXP” indicator goes off into the ten-thousandths range. Right now, for instance, it says “1/55556”. I don’t know if that is accurate, but it certainly makes photos very dark, and lets me take a decent picture of an LED flashlight head-on.
If possible, it would be nice for “expert mode” to allow me to manually select very fast shutter speeds. The current setup, where it appears the slider value’s reciprocal gets rounded to the nearest integer, is well-suited to this change.
The way I envision it, in “basic” mode the slider would be how it is now, from 1/20 to 1/1. When auto-exposure is active, the shutter speed would be capped at 1/3, but could still go arbitrarily fast. In “expert” mode the slider would go from, say, 1/100000 to 1/1. When auto-exposure is active, the shutter speed would not be capped.
That is odd, just about every camera app I’ve seen has the volume-shutter feature (Camera, Camera+, ProCamera, TopCamera, SlowShutterCam, etc.) It seems strange that Apple would single that out as a reason to deny an app.Still no real progress on the Volume+ shutter feature + the app review team (I'm working through it with them, but it might take time). So I'm going to release 2.2 without it. Expect it in a week or so, if all goes to plan.
Glad to help.I never thought to test it "between" positions. Now I can finally fix it![]()
A delay of 0.0 should perform the selector on the very next pass through the run loop. Or at least, that is my understanding.The only remaining option is to put the message up, then set the exposure after a delay. I don't really want to add a delay to something that people complain is slow, but hopefully the delay can be so small it's irrelevant anyway. I'll test this later.
I disagree. I think that as long as the toggle switch is right there and clearly indicates “Off”, everyone will understand that it is off.Actually.. this is a good suggestion. Then again, I think if the slider is active but manual is turned off it's quite confusing, because changing the exposure has no effect.
That…sounds like a recipe for getting the app rejected, actually. Having a standard user interface component that looks disabled but is actually enabled? I mean, it is a good idea, and it would do exactly what we want, but I suspect the authoritarians at Apple would not approve. If you can get it through the review process, so much the better, but I certainly wouldn’t count on it.I don't want to automatically enable it when the slider is moved either. I'm going to go for a half-way approach: the slider will *look* disabled, but you'll still be able to move it. The new sliders for the burst controls will be the same.
Anyway, do you have the ability to set the shutter speed to arbitrary values? Just the reciprocal of an unsigned int? Only specific values? When I point the camera at a lightbulb the “EXP” indicator goes off into the ten-thousandths range. Right now, for instance, it says “1/55556”. I don’t know if that is accurate, but it certainly makes photos very dark, and lets me take a decent picture of an LED flashlight head-on.
If possible, it would be nice for “expert mode” to allow me to manually select very fast shutter speeds. The current setup, where it appears the slider value’s reciprocal gets rounded to the nearest integer, is well-suited to this change.
The way I envision it, in “basic” mode the slider would be how it is now, from 1/20 to 1/1. When auto-exposure is active, the shutter speed would be capped at 1/3, but could still go arbitrarily fast. In “expert” mode the slider would go from, say, 1/100000 to 1/1. When auto-exposure is active, the shutter speed would not be capped.