javacpp icon indicating copy to clipboard operation
javacpp copied to clipboard

The missing bridge between Java and native C++

Results 105 javacpp issues
Sort by recently updated
recently updated
newest added

I'm in the process of doing this right now. Currently, the following issues exists with the approach I'm taking: - Preprocessor directives are not supported: This is fixable, because Clang...

enhancement
help wanted

I am using javacpp/ffmpeg on Windows 10 (2004) and found that loading the native libraries takes longer for Javacpp version 1.5.4 in comparison to 1.5.3. On 1.5.4 it takes roughly...

help wanted
question

Unfortunately this annotation does not show up in the online javadoc, but I can still see it using my IDE (Eclipse), and I assume that other IDEs provide a similar...

enhancement
help wanted

I run a simple benchmark calling window API's `GetSystemTime ` using JavaCpp's built-in windows API wrappers. This code allocates a struct, calls the native API and fetches some field from...

enhancement
help wanted

I have a C++ class which has a callback function, and this function is implemented in JAVA. To improve performance, I want to change this function into JAVA static method.

enhancement
help wanted

Hello, I tried to use javaCV to call ffmpeg for audio transcoding, and an error was reported when initializing FFmpegFrameGrabber: `Could not initialize class org.bytedeco.javacpp.avutil.` It is normal for me...

help wanted
question

While working on the current OSGi issue in javacpp I read a lot through the `javacpp.Loader` and I have to admit, that it is sometimes hard to read and to...

enhancement
help wanted

Hello, sorry for taking up your time. I have a question to ask you. My English is not very good, so these words are translated using translation software. I need...

help wanted
question

Hi , I am interested to to know if there is a bridge inside javacpp towards Lapack / scaLapack and BLAS. In addition if you do, can i modify the...

enhancement
help wanted

I'm trying to integrate bytedeco/cpython into an Eclipse based application (which uses the Equinox OSGi runtime, like all other Eclipse applications too). Even tough I tried multiple different approaches to...

enhancement
help wanted