Hi there.
I'm searching a solution to integrate an ip camera into my project.
I'm using the videomjpeg library and the first exemple with some litle modifications.
Into my project the manifest is
, and into the exemple of videomjpeg library the manifest is
If i'm using targetSdkVersion="14", i'm getting an error, and i have to use this targer because thedesign of my app is changing whithout this.
I'm searching a solution to integrate an ip camera into my project.
I'm using the videomjpeg library and the first exemple with some litle modifications.
Into my project the manifest is
B4X:
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/>
B4X:
<uses-sdk android:minSdkVersion="4" />
If i'm using targetSdkVersion="14", i'm getting an error, and i have to use this targer because thedesign of my app is changing whithout this.