Recherche avancée

Médias (91)

Autres articles (52)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (10908)

  • Revision 101238 : vérifier par type mime vérifier aussi l’extension. Évite qu’un type ...

    20 décembre 2016, par maieul@… — Log

    vérifier par type mime vérifier aussi l’extension. Évite qu’un type mime application/octet-stream autorisé serve à envoyer des .htaccess

  • Revision 101238 : vérifier par type mime vérifier aussi l’extension. Évite qu’un type ...

    20 décembre 2016, par maieul@… — Log

    vérifier par type mime vérifier aussi l’extension. Évite qu’un type mime application/octet-stream autorisé serve à envoyer des .htaccess

  • fish eye dewarping on client application side [on hold]

    30 décembre 2015, par user1235389

    I am working on an android application which need to handle dewarping of Fish eye images from camera.

    I have to use FFMPEG library for decoding and getting the images . Then i need to process the distorted images and dewarp it at client side.

    I am totally new into this . I know we can use OpenCV fisheyeUndistort method

    Can anyone help me :

    1. How to use opencv ( as a jar or a library file in android app )

    2. I am confused about how the flow or component diagram looks like...if i use ffmpeg library, do i need to see it as :

      Camera — fish eye image — scalar — ffmpeg library decoding--- opencv (for dewarp) — application show .

    I dont know the flow ..can you let me know if my understanding is wrong.