I have a requirement like i have Camera which has blutooth and i can connect the camera to iOS device thru bluetooth, and capture the video some thing similar to the below link concept, Which frameworks we can use?
Asked
Active
Viewed 424 times
5
-
1Be careful. If it's with Bluetooth, you'll have to deal with MFI (ExternalAccessory.framework). Bluetooth Low-Energy (you tagged with Core-Bluetooth) is not done for images/videos. And Bluetooth shouldn't be enough for video (their products with Bluetooth I saw are very low quality of video images). Wi-Fi is the best solution for video streaming. – Larme Feb 21 '14 at 07:25
-
to Use Wifi - we don't need MFI License right ? – Er. Maheshwari Feb 02 '18 at 12:27