Skip to content

Coderoyal/tuyasmart_camera_ios_sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TuyaSmartCamera

中文版 | English


Features Overview

Tuya Smart Camera SDK provides the interface package for the communication with remote camera device to accelerate the application development process, including the following features:

  • Preview the picture taken by the camera
  • Play back recorded video of the remote camera
  • Record video
  • Talk to the remote camera

Rapid Integration

Using CocoaPods integration(version 8.0 or above is supported)

Add the following line to your Podfile:

platform :ios, '8.0'

target 'your_target_name' do

pod 'TuyaSmartCamera/ALL'
pod 'TuyaSmartHomeKit'

end

if you just want integrate p2p 2.0 camera, you could use pod 'TuyaSmartCamera'.

Execute command pod updatein the project's root directory to begin integration.

For the instructions of CocoaPods, please refer to : CocoaPods Guides

Doc

Refer to Details: Tuya Smart Camera iOS SDK Doc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published