homebridge-camera-isight
homebridge-camera-isight copied to clipboard
stderr: [avfoundation @ 0x7f8543802e00] Selected framerate (30.000000) is not supported by the device
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
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?