
Recherche avancée
Autres articles (52)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (8656)
-
JSHint : Remove unused parameters
23 janvier 2014, par nschonniJSHint : Remove unused parameters
Fix double quoting in mockjax response to use doublequotes again
-
Revision a3e1a9291a : vp9/choose_partitioning : add missing clear_system_state set_vt_partitioning doe
10 octobre 2014, par James ZernChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
vp9/choose_partitioning : add missing clear_system_stateset_vt_partitioning does double math
Change-Id : I8e9d73d5c89b937a5326abf04164d24d9d88c5ef
-
failed to set frame number in opencv in cpp
28 février 2018, par Madhu NadendlaI am trying to set frame position of opened videofile using OpenCV in C++ but it returns 0.
solution 1
bool success = capture.set(CV_CAP_PROP_POS_FRAMES, noFrame);
double frameRate = capture.get(CV_CAP_PROP_FPS);