
Recherche avancée
Autres articles (99)
-
Changer son thème graphique
22 février 2011, parLe thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
Modifier le thème graphique utilisé
Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
Il suffit ensuite de se rendre dans l’espace de configuration du (...) -
Les sons
15 mai 2013, par -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (16060)
-
How to add dagger in my android studio project
14 janvier 2016, par VijayI am trying to compress the video using ffmpeg in android. I found one good example and I downloaded the project from https://github.com/WritingMinds/ffmpeg-android-java. It’s working fine. When I try to add that ffmpeg library in my project I am facing error. After make many changes I resolved many issues. But I can not clear the following issue :
Error:(34, 13) Failed to resolve: com.squareup.dagger:dagger-compiler:1.2.2
Error:(35, 13) Failed to resolve: com.squareup.dagger:dagger:1.2.2I decided to download the dagger.jar and dagger-compiler.jar. I download the jar and I added into my project. But I am facing another error.
Error:Execution failed for task ':ContainerCentralen:compileDebugJava'.
> java.lang.NoClassDefFoundError: javax/inject/ScopeI can not solve this two issues. Please let me any idea to resolve this issue.
-
How to show the camera preview always in the Spydroid-ffmpeg project
11 avril 2013, par user2182013I'm tring to readapt the https://github.com/vanevery/spyd-ffmpeg project to my own. This project streams the video and/or audio captured by the phone camera via rtsp and it can be received in a computer or so running vlc or similar. My problem is that the app just shows the preview of the camera when receives a connection, but I'd like to show it always. I've tried hundred of things but it always crashes. I cannot find any startPreview() or similar method and I don't know where exactly in the code it is started in order to modify it. Any clue ?
Thanks.
-
how can I link FFmpeg and OpenCV by building from source code in my c++ project ? [closed]
27 juin 2020, par abid ahsanI've gone through so many Cmake and Other tutorials to link libraries correctly but things are really convoluted and I can't find the best to get on with my work. I want to start a c++ project using FFmpeg and OpenCV and I want a link library using only Cmake without any package manager. I want to keep these 3rd party libraries in my project directory so that, I can clone my repo from Github and build easily without any dependency. What is the best way to do link 3rd party libraries...


(sorry for my bad usage of English. I really need help)