-------- THIS FEATURE IS IN ACTIVE DEVELOPMENT AND NOT FINISHED. PLEASE CONTACT SUPPORT@EEN.COM IF YOU WANT TO USE THIS ---------
Mobile SDK is built using the following frameworks: Retrofit, OkHttp, RxJava/RxAndroid, and Gson. In order to use SmartphoneCameraStreamerSDK you should import the following frameworks as well:
1. Add smartphonecamerastreamer.aar file to your project (libs directory).
2. Add the next lines at the build.gradle file where you plan to use it:
3. Add request for following app permissions:
To start streaming, the following actions need to be taken:
Below, a few more details on some of these steps:
This also adds it to a defined zone, so if there is no zone yet in the account, it needs to be created beforehand using the TODO: INSERT LINK TO ZONE API HERE API.
Add a camera to your zone in backend using the zone ID, hardware ID, username and password using the TODO: INSERT LINK TO CAMERA API HERE API. The "deviceTypeId" field should be set to “10031”.
Keep the following in mind:
Example code:
Version | Download | Release notes | Description |
---|---|---|---|
1.0.1 | sdk-v1.0.1.zip | Initial release of SmartphoneCameraStreamer SDK | The archive contains the AAR file that should be imported into the Application project |
Version | Download | Release notes | Description |
---|---|---|---|
1.0.1 | sample-app-v1.0.1.zip | Initial release containing SmartphoneCameraStreamer SDK | The archive contains the Demo App project with SDK files |