[android-porting] Re: dalvikvm crash at android.media.MediaRecorder.start(Native Method)

2008-12-18 Thread Dave Sparks
Video record is not supported in master or release-1.0 and is only somewhat working in cupcake. What branch are you using? How are you generating the frames from the camera? On Dec 18, 12:32 am, forest...@gmail.com forest...@gmail.com wrote: when start video recorder,dalvikvm crash,logcat

[android-porting] Re: dalvikvm crash at android.media.MediaRecorder.start(Native Method)

2008-12-18 Thread forest...@gmail.com
hi,Dave Sparks use #include linux/videodev2.h get frame from camera. today modify function PVMFStatus AndroidCameraInput::DoStart() return value int the file external/opencore/android/author/android_camera_input.cpp return PVMFSuccess; the dalvikvm doesn't crash hope the new version On