Re: Taking pictures using native Camera App with BLE Tag
In iOS 7, Apple supports system wide HID over GATT so a BLE peripheral can act as an input device and send key events to system. For camera app, it will take volume button action to capture picture so letting your BLE peripheral send volume event should technically give you the same result - capture picture. you can check here for profile define: https://developer.bluetooth.org/gatt/profiles/Pages/ProfileViewer.aspx?u=org... Best Wishes, Khaos Tian
On Apr 18, 2014, at 3:00 AM, Fred Visticot <fvisticot@gmail.com> wrote:
Hello, I seen some messages regarding this topic but I did not fully understand what is really possible to do with a PURE BLE solution (without MFI program)
Use case: Using a BLE (CC2540 tag) to take a picture using the native iOS app Questions: - Is it possible ? - Mode to be used by the BLE firmware (peripheral or manager) ? - Profile to be used on the iPhone / iOS stack ? - How to control the native iOS Camera app ?
_______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/bluetooth-dev/khaos.tian%40gmail.com
This email sent to khaos.tian@gmail.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/bluetooth-dev/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com
participants (1)
-
Khaos Tian