# Processing 4.3 on Apple M3 chipset - Continuity Camera

**URL:** https://discourse.processing.org/t/processing-4-3-on-apple-m3-chipset-continuity-camera/43343
**Category:** Coding Questions
**Created:** [November 29, 2023, 6:16am UTC](https://discourse.processing.org/t/processing-4-3-on-apple-m3-chipset-continuity-camera/43343 "2023-11-29T06:16:06Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![simonbiggs](https://avatars.discourse-cdn.com/v4/letter/s/71c47a/32.png) [@simonbiggs](https://discourse.processing.org/u/simonbiggs)
#### Post date: [November 29, 2023, 6:16am UTC](https://discourse.processing.org/t/processing-4-3-on-apple-m3-chipset-continuity-camera/43343/1 "2023-11-29T06:16:06Z")

</div>

Hi all  
Have taken delivery of a new M3 Max Macbook Pro with Sonoma OS. Have got Processing 4.3 working on this. I am getting the following warning when running code that uses the GStreamer video library and an external camera:  
java[18314:418400] WARNING: AVCaptureDeviceTypeExternal is deprecated for Continuity Cameras. Please use AVCaptureDeviceTypeContinuityCamera and add NSCameraUseContinuityCameraDeviceType to your Info.plist.

I’ve looked on the hard drive to see if I can find a relevent info.plist to add the camera type to, but have found nothing that looks approrpriate. Does anyone have any ideas about this?
