wooksong / contributon2019-nns

7 stars 6 forks source link

Build NNStreamer examples for Android #7

Open wooksong opened 4 years ago

wooksong commented 4 years ago

Now is the time for Team#3 members to do some work.

Based on the wiki page, build the android examples for NNStreamer on your platform. You need to follow Step 0, Step 1, Step 2, and Step 3 of this.

abcinje commented 4 years ago

Can I omit Step 0 and build examples using GStreamer-Android prebuilt binary on the web?

wooksong commented 4 years ago

Can I omit Step 0 and build examples using GStreamer-Android prebuilt binary on the web?

Do you mean

Step 0. gstreamer source ---> cerbero/NDK-xxb --> gst-android prebuilt files 
        dep-packs(88)-----/                          (*.a and *.h)

or

## Proxy setting to run Android Studio in the office
1. Proxy: File - Settings Appearance & Behavior - System Settings - HTTP Proxy 
2. SSL certificate: File - Settings - Tools - Server Certificates 
3. Check gradle.properties
systemProp.http.proxyHost=10.112.1.184
systemProp.http.proxyPort=8080
systemProp.https.proxyHost=10.112.1.184
systemProp.https.proxyPort=8080

?

abcinje commented 4 years ago

Upper one. Is there any meaningful differences between building GStreamer source and just using prebuilt binary on the web?

I mean just downloading at this link: https://gstreamer.freedesktop.org/data/pkg/android/

wooksong commented 4 years ago

@abcinje For developing an Android app with nnstreamer api, just use the prebuilt binary.