Processing 4.3 on Apple M3 chipset - Continuity Camera

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?