KhaosT / homebridge-camera-isight

iSight camera plugin for homebridge
52 stars 14 forks source link

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

Open migabc opened 6 years ago

migabc commented 6 years ago

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 commented 6 years ago

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?