homebridge-camera-isight icon indicating copy to clipboard operation
homebridge-camera-isight copied to clipboard

stderr: [avfoundation @ 0x7f8543802e00] Selected framerate (30.000000) is not supported by the device

Open migabc opened this issue 6 years ago • 1 comments

Hi,

I'm getting this error:

stderr: [avfoundation @ 0x7f8543802e00] Selected framerate (30.000000) is not supported by the device

I'm using the default config:

	{	
	"platform": "Camera-iSight",
	"name": "iSight Camera",
	"fps": 30
	}

What should be the correct fps for the iMac 27" Retina iSight Camera?

P.S. The stills show up correctly but not Video

migabc avatar Apr 20 '18 18:04 migabc

Changed the framerate to 25 and now Live video is working (although not very smooth)

	{	
	"platform": "Camera-iSight",
	"name": "iSight Camera",
	"fps": 25
	}

Is there a way to increase the supported framerate?

migabc avatar Apr 20 '18 18:04 migabc