Thanks the quick answer, vb1992. I copied the working example to my project folder
Im sorry this hint doesn't work for me.
Then I remembered possible to get more detail information what is going on when I clear the filter option for the log view.
Init clicked
unlock from pid 1847 (mClientPid 1847)
clear mCameraClient (pid 1847)
Process com.sonyericsson.idd.agent (pid 2223) has died.
unsupported parameter: x-pvmf/media-input-node/cap-config-interface;valtype=key_specific_value
VerifyAndSetParameter failed
Client::connect E (pid 1120, client 0x329ac)
Connect to the new client (pid 1120, client 0x329ac)
Use default video fps range [5 30]
Use default video width range [176 1280]
Use default video height range [144 720]
Video encoding bit rate is set to 2000000 bps
Use default video bps range [96000 6000000]
enqueueToast pkg=anywheresoftware.b4a.samples.camera callback=android.app.ITransientNotification$Stub$Proxy@45c810b0 duration=0
Initialized.
Click the INI Menu entrance I got the above log information.
What the line
unsupported parameters in detail want tell. I checked google but a lot of information about audio less about video.
Then I clicked on Prepare and finally on Start
for the start click I got the following log information
Start clicked
OMX_VENC_MSG_HIGH process_state_change::3273 Attempt to go to OMX_StateExecuting
VENC_MSG_HIGH venc_start::1133 Received command VENC_CMD_START
VENC_MSG_HIGH venci_process_command::4025 Processing command VENC_CMD_START
VENC_MSG_HIGH venci_init_encoder::1925 qvp_encode_h264_frame
VENC_MSG_HIGH venci_init_encoder::1984 RC: VENC_RC_VBR_CFR
VENC_MSG_HIGH venci_init_encoder::2089 set camcorder rate control config...
VENC_MSG_HIGH venci_start_dsp::566 starting driver1: cmd 2 vencStandard 2 partialRunLengthFlag 1
VENC_MSG_HIGH venci_start_dsp::572 starting driver2: h263AnnexISpt 0 h263AnnexJSpt 0 h263AnnexTSpt 0
VENC_MSG_HIGH venci_start_dsp::578 starting driver3: rcFlag 0 oneMVFlag 0 acdcPredEnable 0
VENC_MSG_HIGH venci_start_dsp::584 starting driver4: roundingBitCtrl 0 rotationFlag 0 maxMVx 1
VENC_MSG_HIGH venci_start_dsp::590 starting driver5: maxMVy 1 fourMVThreshold 2000 ise_mv_cost_fac 1285
VENC_MSG_HIGH venci_start_dsp::594 starting driver6: encFrameHeightInMB 30 encFrameWidthInMB 40
VENC_MSG_HIGH venc_drv_start::435 TE version = 0
VENC_MSG_HIGH Configured_HW::294 Request axi freq 200000
VENC_MSG_HIGH Configured_HW::313 registering app with adsp svc...
VENC_MSG_HIGH Configured_HW::319 ref_frame_buf1.addr -- 0x418b8000 - Fd 31
VENC_MSG_HIGH Configured_HW::322 ref_frame_buf2.addr -- 0x41978000 - Fd 32
VENC_MSG_HIGH Configured_HW::325 enc_frame_buf1.addr -- 0x41520000 - Fd 28
VENC_MSG_HIGH Configured_HW::328 enc_frame_buf2.addr -- 0x416ec000 - Fd 30
VENC_MSG_HIGH Configured_HW::331 enabling videoenc task...
VENC_MSG_HIGH venc_drv_rtos_event_cb::1002 venc_drv_rtos_event_cb (status: 0, module: 0, image: 0)
VENC_MSG_HIGH Configured_HW::334 Enabled VIDEOENCTASK & setting clock 96000000...
VENC_MSG_HIGH venc_drv_start::477 got mod ready in 0 ms
VENC_MSG_HIGH venc_drv_start::501 camcorder pass for DSP
VENC_MSG_HIGH venc_drv_start::535 TE VERSION=0,HighFrameRate=0,send VENC_CONFIG
VENC_MSG_HIGH venc_drv_start::553 send VENC_ACTIVE
VENC_MSG_HIGH venc_drv_rtos_msg_cb::1093 received QDSP_VIDEOENCTASK_VENC_CMD_DONE_MSG for VENC_ACTIVE_CMD
VENC_MSG_HIGH venc_drv_start::587 got active command response
VENC_MSG_PROFILE venci_start_dsp::608 Encoder time taken for invoke from instantiation: 150150
VENC_MSG_HIGH venc_stats_thread_fn::916 stats thread entry
OMX_VENC_MSG_HIGH process_DL_status::4166 got DL status for VENC_CMD_START
OMX_VENC_MSG_HIGH process_DL_status::4208 State Transition from Idle to Executing
OMX_VENC_MSG_ERROR translate_config::3807 Rotation is: 0 in 1900478464
VENC_MSG_HIGH venc_get_syntax_hdr::4766 Getting syntax header
VENC_MSG_HIGH qvp_encode_h264_seq_para_set::1907 sps
VENC_MSG_HIGH qvp_encode_h264_pic_para_set::2097 pps
OMX_VENC_MSG_HIGH encode_frame::2462 pOutput->pBuffer:0x0x41a81008,pOutput->nFilledLen=22
startRecording (pid 1120)
startCameraMode(1) (pid 1120)
startRecordingMode (pid 1120)
enqueueToast pkg=anywheresoftware.b4a.samples.camera callback=android.app.ITransientNotification$Stub$Proxy@45a70d28 duration=0
Started.
VENC_MSG_HIGH venc_drv_write::727 Registering fd =21 luma.addr = 0x41031000,chroma.addr =0x4107C000
VENC_MSG_HIGH venc_drv_write::729 base address:-0x41014000
Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@45923850
Breaking out of the read loop, since the minimum buffer count for read is missed 0
Breaking out of the read loop, since the minimum buffer count for read is missed 0
Breaking out of the read loop, since the minimum buffer count for read is missed 0
Error, the buffer size passed is not compatible 288
Error reading audio input
obtainBuffer timed out (is the CPU pegged?) user=00000097, server=00000097
Breaking out of the read loop, since the minimum buffer count for read is missed 0
Breaking out of the read loop, since the minimum buffer count for read is missed 0
Breaking out of the read loop, since the minimum buffer count for read is missed 0
Breaking out of the read loop, since the minimum buffer count for read is missed 0
Breaking out of the read loop, since the minimum buffer count for read is missed 0
Breaking out of the read loop, since the minimum buffer count for read is missed 0
Are you vb1992 or Is someone more familiar than me with these parameters and information of extended log information and can give me a hint. That will be nice.
Looking forward the information
Thanks for your help in advance
Mading