# How add second camera

**URL:** <https://openvidu.discourse.group/t/how-add-second-camera/1597>\
**Category:** Issues developing apps\
**Tags:** v2\
**Created:** [July 24, 2020, 7:52am UTC](https://openvidu.discourse.group/t/how-add-second-camera/1597 "2020-07-24T07:52:12Z")\
**Posts on this page:** 4\
**Page:** 1

<div class="post-metadata">

**Author:** ![volkan](https://avatars.discourse-cdn.com/v4/letter/v/94ad74/32.png) [@volkan](https://openvidu.discourse.group/u/volkan)\
**Post date:** [July 24, 2020, 7:52am UTC](https://openvidu.discourse.group/t/how-add-second-camera/1597/1 "2020-07-24T07:52:12Z")

</div>

Hi everyone  
how do i add a second usb camera to the current session  
thank u  
good work

---

<div class="post-metadata">

**Author:** ![micael.gallego](https://yyz2.discourse-cdn.com/free1/user_avatar/openvidu.discourse.group/micael.gallego/32/2_2.png) [@micael.gallego](https://openvidu.discourse.group/u/micael.gallego)\
**Post date:** [July 24, 2020, 8:07am UTC](https://openvidu.discourse.group/t/how-add-second-camera/1597/2 "2020-07-24T08:07:47Z")

</div>

If you want to publish with two cameras a the same time, you have to create two OV objects in the browser (from openvidu-browser.js lib) simulating two participants. Right now the same participant can not publish two streams at the same time.

---

<div class="post-metadata">

**Author:** ![volkan](https://avatars.discourse-cdn.com/v4/letter/v/94ad74/32.png) [@volkan](https://openvidu.discourse.group/u/volkan)\
**Post date:** [August 10, 2020, 3:33pm UTC](https://openvidu.discourse.group/t/how-add-second-camera/1597/3 "2020-08-10T15:33:23Z")

</div>

We use the **openvidu-call** application. How can we add a second camera on it. Can you help me

---

<div class="post-metadata">

**Author:** ![micael.gallego](https://yyz2.discourse-cdn.com/free1/user_avatar/openvidu.discourse.group/micael.gallego/32/2_2.png) [@micael.gallego](https://openvidu.discourse.group/u/micael.gallego)\
**Post date:** [August 11, 2020, 7:52am UTC](https://openvidu.discourse.group/t/how-add-second-camera/1597/4 "2020-08-11T07:52:51Z")

</div>

Creating 2 participants from the same browser. That is, creating two instances of OV object. Every “virtual” participant should publish a different camera.

OpenVidu Call is doing that when share screen and publish camera at the same time.
