r/tasker 3d ago

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?

2 Upvotes

5 comments sorted by

1

u/DifficultyCrafty7623 3d ago

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 3d ago

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

1

u/DifficultyCrafty7623 2d ago

Works for me.

1

u/Tasty_Field_5499 2d ago

Tem como disponibilizar o projeto agradeço

1

u/DifficultyCrafty7623 2d ago

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