# Did macOS Catalina (or something) break the Video library?

**URL:** https://discourse.processing.org/t/did-macos-catalina-or-something-break-the-video-library/14699
**Category:** Processing
**Created:** [October 14, 2019, 5:30pm UTC](https://discourse.processing.org/t/did-macos-catalina-or-something-break-the-video-library/14699 "2019-10-14T17:30:02Z")
**Posts on this page:** 4
**Page:** 2

<div class="post-metadata">

### Author: ![nah22](https://avatars.discourse-cdn.com/v4/letter/n/977dab/32.png) [@nah22](https://discourse.processing.org/u/nah22)
#### Post date: [March 26, 2020, 4:20pm UTC](https://discourse.processing.org/t/did-macos-catalina-or-something-break-the-video-library/14699/21 "2020-03-26T16:20:16Z")

</div>

What I did was to download the old version (2.x) of Processing on my Mac OS X and run a camera sketch with that. That prompted a dialog box from Mac OS X of whether Processing was allowed to access the camera. I allowed access (and it now shows up in the System Preferences -\> Security & Privacy -\> Privacy -\> Camera. tab).

Now, it turns out that Processing 3 is also able to access the camera and sketches run fine!

I hope that helps.

---

<div class="post-metadata">

### Author: ![yaniki](https://avatars.discourse-cdn.com/v4/letter/y/c77e96/32.png) [@yaniki](https://discourse.processing.org/u/yaniki)
#### Post date: [June 29, 2020, 8:16am UTC](https://discourse.processing.org/t/did-macos-catalina-or-something-break-the-video-library/14699/22 "2020-06-29T08:16:31Z")

</div>

Dear Friends

In my case, procedure described by Enigmeta works perfectly (MacBook Pro, Catalina, Processing 3) and my sketches are able to access the video camera.

However one thing is worth mentioning: after installing the library, the first run of the “GettingStartedCapture” example took a long time (for me about 3 minutes) - the sketch froze, nothing happened but after a while the camera started to work. Later everything started immediately, but this lag was on first try was very confusing 😉

---

<div class="post-metadata">

### Author: ![tobjj](https://avatars.discourse-cdn.com/v4/letter/t/3bc359/32.png) [@tobjj](https://discourse.processing.org/u/tobjj)
#### Post date: [July 16, 2020, 3:57am UTC](https://discourse.processing.org/t/did-macos-catalina-or-something-break-the-video-library/14699/23 "2020-07-16T03:57:01Z")

</div>

> [@E\_R](#):
>
> Capture(this, cameras[0])

Capture(this, “CamTwist (2VUY)”) And work fine in getting started capure,this work fine with “ManyCam Virtual Webcam” of myCams Software what is a camTwist alternative; finally, you must can acces to you “FaceTime Camera” by this way:  
cam = Capture(this, "FaceTime Camera);  
but i dont have any icon of Processing in Security and Privacity \> Camera :S

---

<div class="post-metadata">

### Author: ![tobjj](https://avatars.discourse-cdn.com/v4/letter/t/3bc359/32.png) [@tobjj](https://discourse.processing.org/u/tobjj)
#### Post date: [July 17, 2020, 4:02am UTC](https://discourse.processing.org/t/did-macos-catalina-or-something-break-the-video-library/14699/24 "2020-07-17T04:02:33Z")

</div>

And it’s possible what the video library now can’t be compatible with the P3D mode?

[Previous page](https://discourse.processing.org/t/did-macos-catalina-or-something-break-the-video-library/14699.md?page=1)
