How to connect external camera to iPhone and take/download photos?

匆匆过客 提交于 2019-12-03 16:59:26

Answer to your first question is Yes But all this is not very straight forward. Let me explain it how this can be done But I am not sure if that will be feasible solution for you.

  • You can attach your external accessories to iPhone via cable (lighting connector now a days for iPhone 5 and later and with old 30 pin connector earlier devices) or via Wifi (Bluetooth ). If you connect via cable or Bluetooth (Classic) you need to signup with apple for MFI . That process apple have make it difficult and now only companies can sign for that.
  • After you signup you need to use MFI chip in your device (camera) to communicate with it . You can use ExternalAccessory Framework for your development after you done with the above.
  • Another solution is Bluetooth Low Energy (BLE) for this you don't need to signup with apple you can just enable your device with BLE and start developing your app using CoreBluetooth framework . But BLE data transfer rate is very low so may not be good enough for photos transfer.

And answer to your 2nd question is may it is possible if you can use CoreBluetooth or ExternalAccessory Framework with Cordova or any other platform you want to use.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!