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
Using AndroidStudio integration(Version 3.1.3 or above is supported)
Add tuyaCamera-3.0.0.aar to libs and add the following line to your module build.gradle:
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
For the instructions of AndroidStudio, please refer to: AndroidStudio Guides
Refer to Details: Tuya Smart Camera Android SDK Doc