Apple Watch 中的相机实时取景
Camera live View in apple watch
3/9 苹果演示。
他们展示了如何使用 Apple Watch 查看相机实时取景和打开车库门。
我认为他们应该与 HomeKit 集成来控制车库门,
但是如何获取相机实时取景??
这些实时取景图像是否来自 iphone 应用程序?
然后使用蓝牙传递图像数据观看?
Watch 应用的 iOS 父应用很可能与 HomeKit 集成以控制车库门和网络摄像头。
为了在 Watch 上显示来自网络摄像头的图像,他们很可能将这些图像写入 Shared App Group between the iOS app and the Watch Extension using MMWormhole or a similar approach. They then read the images from the App Group and push them to the Watch over bluetooth and WiFi using the WKInterfaceDevice
addCachedImage(_:name:) 方法。图片上传到手表后,可以使用 WKInterfaceImage
或 WKInterfaceGroup
背景图片显示在手表上。
3/9 苹果演示。 他们展示了如何使用 Apple Watch 查看相机实时取景和打开车库门。
我认为他们应该与 HomeKit 集成来控制车库门, 但是如何获取相机实时取景??
这些实时取景图像是否来自 iphone 应用程序? 然后使用蓝牙传递图像数据观看?
Watch 应用的 iOS 父应用很可能与 HomeKit 集成以控制车库门和网络摄像头。
为了在 Watch 上显示来自网络摄像头的图像,他们很可能将这些图像写入 Shared App Group between the iOS app and the Watch Extension using MMWormhole or a similar approach. They then read the images from the App Group and push them to the Watch over bluetooth and WiFi using the WKInterfaceDevice
addCachedImage(_:name:) 方法。图片上传到手表后,可以使用 WKInterfaceImage
或 WKInterfaceGroup
背景图片显示在手表上。