Hi,

I am trying to utilize H.264 encoder via OpenMax on Blaze. The problem is that I am getting an error from OMX_GetHandle() while using “OMX.TI.DUCATI1.VIDEO.H264E” as a component name.

I have traced the issue to syslink failing to open “/dev/syslinkipc/Ipc” file in IpcDrv.c file, IpcDrv_open() function. I get –1 as return code from open().

When looking at IpcDrv.c logs, I can see that camera application is able to open the file successfully (although in uses camera component instead of H.264 encoder). But even when trying to initialize “OMX.TI.DUCATI1.VIDEO.CAMERA” component via OMX_GetHandle() I still get the same error from open() in IpcDrv_open().

I am running version 12 of Android (Gingerbread 2.3.3) on Blaze with standard xem3 files for syslink_daemon.

Any advise will be greatly appreciated,
Leo

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to