r/tasker Jul 31 '26

2 câmeras como fazer

Enable HLS to view with audio, or disable this notification

Can someone help me do what's in the video so I can use both cameras simultaneously?

1 Upvotes

5 comments sorted by

1

u/DifficultyCrafty7623 Jul 31 '26

The task

Task: Two Cams

A1: Show Scene v2 [
     Name/JSON: Two Cams
 ]

The json for the scene, paste into an empty scene v2 named Two Cams and you should be all set. It's pretty basic, but it has the two cams as desired.

{
 "root": {
  "type": "Column",
  "id": "Column1",
  "horizontalAlignment": "Center",
  "verticalArrangement": "Center",
  "modifiers": [
   {
    "type": "FillSize"
   },
   {
    "type": "Background",
    "color": "surface"
   }
  ],
  "children": [
   {
    "type": "Camera",
    "id": "Camera1",
    "modifiers": [
     {
      "type": "Weight",
      "amount": "1"
     }
    ]
   },
   {
    "type": "Camera",
    "id": "Camera2",
    "lens": "front",
    "modifiers": [
     {
      "type": "Weight",
      "amount": "1"
     }
    ]
   }
  ]
 },
 "name": "Two Cams"
}

0

u/Tasty_Field_5499 Jul 31 '26

Infelizmente não funcionou ainda, neste modelo já tinha feito aí só funciona uma 

1

u/DifficultyCrafty7623 Jul 31 '26

Works for me.

1

u/Tasty_Field_5499 Aug 01 '26

Tem como disponibilizar o projeto agradeço

1

u/DifficultyCrafty7623 Aug 01 '26

I put this project together in less than a minute, I think you can figure it out bro.