Teaonly / android-eye

Change your android phone to surveillance camera
Other
1.08k stars 492 forks source link

WifiCamera has stopped. #16

Open Yingluck opened 10 years ago

Yingluck commented 10 years ago

When I downloaded and installed this app from GooglePlay it works like a charm.
When I downloaded the source, compiled through ADT (Build: v22.6.2), it starts but the preview screen remains dark and after some 10sec I get the "Unfortunately, WifiCamera has stopped" message.
What can be the cause?

whutchi commented 10 years ago

I have the same problem. When I debug it, I see it crashes during loadLibrary for the mp3 libraries. I looked at the mp3 lame documentation and it seems like everything is in place--the only thing was to change include to "lame.h" in set_get.h as per http://developer.samsung.com/android/technical-docs/Porting-and-using-LAME-MP3-on-Android-with-JNI

So it seems like it finds the library in the jni folder but blows up during the compile. Can anyone help solve this?

rgbetanco commented 9 years ago

I have the exact same problem. I would like to make some modifications but I cannot even make it to work from the source. Thanks