Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We have developed a dll which contains APIs to take camera snap using DirectShow( windows). It uses COM(component object model) for accessing directshow API's and its working fine using in VS2008 MFC application. Then we created JNI wrapper functions to call above dll functions from Java. But when we call functions from Java it showing error when executing COM related part(ie calls to 'CoInitialize', 'CoCreateInstance' etc). Is there any way to call to call COM & DirectShow components from java using JNI?
Posted
Comments
Richard MacCutchan 28-Jun-12 5:02am    
But when we call functions from Java it showing error when executing COM related part(ie calls to 'CoInitialize', 'CoCreateInstance' etc).

You need to show what the errors are, we cannot guess.
subrata kumar Nayak 25-Jul-12 6:37am    
there is nothing to include .dll files in jni ......here the thing u have to do is to create the .so and include this in ur application

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900