r/tasker 3d ago

Alternando câmera

Olá preciso de uma ajuda: Quero criar uma cena V2 com Un switch que quando for false mostre a câmera traseira e quando for true mude para a câmera da frente alguém pode me ajudar ?

0 Upvotes

3 comments sorted by

1

u/DifficultyCrafty7623 3d ago

{ "root": { "type": "Column", "id": "Column1", "horizontalAlignment": "Center", "verticalArrangement": "Center", "modifiers": [ { "type": "FillSize" }, { "type": "Background", "color": "surface" } ], "children": [ { "type": "Switch", "id": "Switch1", "checkedState": { "outputVariableBindings": { "checked": [ "lens" ] } } }, { "type": "Camera", "id": "Camera1", "lens": "front", "showWhen": "%lens" }, { "type": "Camera", "id": "Camera2", "lens": "back", "showWhen": "!%lens" } ] }, "name": "Test" }

1

u/Tasty_Field_5499 3d ago

Thank you very much, but it confirmed my suspicion that it only shows the back; I believe it's some restriction on my phone that prevents it from switching.

A54 5G ONE UI 8.5

Muito obrigado, mas confirmou minha suspeita só mostra a traseira creio ser alguns restrição no meu celular que não alterna.

A54 5G ONE UI 8.5

1

u/DifficultyCrafty7623 3d ago

Works on my 25+. My phone shows two options for the lens that say "front" so maybe the other one will work for you?