Git Product home page Git Product logo

viedo-analysis-based-on-gstreamer's Introduction

2023-5-5

====================

  1. redesign the front, Beautify the UI

2023-5-7

==================================

  1. Configure JNI:

Add the path to the JNI header file in the CLion project. Usually the path is $JAVA_ HOME/include and $JAVA_ HOME/include/{platform}, where {platform} is your operating system (such as Linux, Darwin, etc.).

Write a C++function as an implementation of the native method, and call the callback interface of the web service through JNI.

  1. Write Java code to implement web services:

Create a web service project using a Java web framework (such as Spring Boot). Implement API interfaces, callback interfaces, and WebSocket communication within it.

Implement a Java class and declare a native method to initiate video parsing tasks. At the same time, implement a static code block to load C++dynamic libraries.

Compile Java code and add the generated. class file to the C++project.

Compile C++code into a dynamic library:

Modify the CMakeLists.txt file to compile C++code into dynamic libraries (such as. so files,. dll files, etc.).

Ensure that this dynamic library is included in the Java web service project.

viedo-analysis-based-on-gstreamer's People

Contributors

yunyan1211 avatar carolzhangzz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.