UncleMike,
Thanks for the suggestion, but unfortunately, I'm missing some steps
from your instructions...
I think I'm with you on creating the App Camera context with the
action of setting %VOLR_CAM to %VOLR and then creating the
CameraVolume Profile around it. But in the second group, I'm a bit
lost as to which action gets associated with which context. I created
the App Camera context with the first action (just to get it created)
and then I created a Rocker Shutter profile around it. Then I added a
Variable Set event for %VOLR...and realized I had no idea what I was
doing.
Would you mind providing some additional details for a newer user?
C.
On Jul 28, 12:27 am, UncleMike <
njcable...@gmail.com> wrote:
> Quite a while ago Pent stated that only thecamerabutton can be
> intercepted by Tasker and prevented from doing its normal function.
> But you may be able to get close to what you're looking for with
> something like this:
>
> Profile:CameraVolume
> Context: AppCamera
> Action: RingerVolume%VOLR_CAM
>
> Profile: Rocker Shutter
> Context: AppCamera
> Context: Variable Set %VOLR
> Action: Photo Series Time
> Action: Profile Status <Rocker Shutter> Off
> Action: RingerVolume%VOLR_CAM
> Action: Profile Status <Rocker Shutter> On
>
> The first profile will store the ringervolumesetting when thecamera
> app starts. The second profile will detect any changes to the ringervolume(assumed to be caused by thevolumerocker) while thecamera
> app is the current app, take a picture, and restore the ringervolume
> to the previous level. I believe it's necessary to disable and enable
> the profile within the task to avoid causing another picture to be
> taken when thevolumeis restored.
>
> Of course, if yourvolumeis at the highest or lowest setting already,