• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps android camera stream problem with Samsung Galaxy S

Hello all,

I'm using the Camera stream method to stream video from my phone to a remote server using sockets and the ParcelFileDescriptor method described here.

It works perfectly with Nexus One and Desire, but when I run the exact same app on Samsung Galaxy S it goes crazy:

prepare() succeeds, but start() fails with no indicative exception (an exception saying "start() failed" is thrown), and the log contains hunders of lines like this:

"Recording is not ready (iPeer .... iState 2 iWriteState 1 iClockState 0), frame dropped"

any ideas?
 
we are facing the same problem please let us know if you were able to fix it.
Thanks in advance.


Hello all,

I'm using the Camera stream method to stream video from my phone to a remote server using sockets and the ParcelFileDescriptor method described here.

It works perfectly with Nexus One and Desire, but when I run the exact same app on Samsung Galaxy S it goes crazy:

prepare() succeeds, but start() fails with no indicative exception (an exception saying "start() failed" is thrown), and the log contains hunders of lines like this:

"Recording is not ready (iPeer .... iState 2 iWriteState 1 iClockState 0), frame dropped"

any ideas?
 
Back
Top Bottom