I'm trying to develop my application based on encodeCombo on a dm6446.
When I try to open codec engine I get this error:
Processor_create: execv failed: Permission denied
Comm_locate:msgget: No such file or directory
error: could not open engine encode : Unable to locate the server on the DSP
By looking in google, I didn't find anything. Do you have ideas?
The code that triggers the error is
static String video_enc_name = "encode";
...
CERuntime_init ();
Engine_Error error_code;
ce = Engine_open(video_enc_name, NULL, &error_code);
if (ce == NULL)
{
fprintf (stderr, "error: could not open engine %s :",
video_enc_name);
switch (error_code)
...
Ottavio
--
Non c'è più forza nella normalità, c'è solo monotonia.
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source