The shutter tag has no wiki summary.
0
votes
1answer
41 views
Complicated DIV issue involving transitions, stacking, and opacity
So here's the situation. I have three layers that are stacked on top of one another, two of which are transparent. The bottom layer expands in both directions, the second layer goes from being opaque ...
0
votes
0answers
56 views
edsdk shutter button control vb.net
Is there way to tell the camera to press half-way the shutter button using Canon EDSDK (V2.12) in VB.net? I see the command is there, but I cannot get it to work.
Any sample code that can do this ...
2
votes
0answers
126 views
How can I play the device-specific camera sound when taking a picture?
Taking a picture on Android is quite trivial:
camera.takePicture(null, null, mPicture);
My only concern is that there is no sound or visual indication.
Creating a visual shutter animation on my ...
0
votes
1answer
243 views
save an image immediately after the shutter is presed iOS
The default camera picker behavior available with the methods below is as follows: after the user presses the shutter button they are presented with a preview, and two buttons, Retake and Use.
...
0
votes
1answer
2k views
How to disable/Hide the UIImagePickerController Camera shutter in iPhone app?
I searched lot in google and tried my level best but, still i cant fix this issue. I want to disable or hide the UIImagePickerController Camera shutter when it is opening.
I searched in google and ...