Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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 (14812)

  • grab non consecutive frame from IP camera

    16 juillet 2012, par Mel

    I'm working on project where I need to retrieve frame from IP camera every second (or two) and process it some way.
    After initialization of capture with

    CvCapture* capture = cvCaptureFromFile(ipSource);

    I'm getting the frames from a loop where I introduce one (or two) second(s) delay -

    frame = cvQueryFrame(capture);

    Problem - I only get consecutive frames (from buffer I suppose), not the frame in moment I try to get it.
    What should I do to get frame in the moment I want to ?

  • How I can keep the camera preview fps same as that in CamcorderProfile.videoFrameRate

    30 janvier 2015, par suitianshi

    Say I have a video recording app. The user press down a start button to start recording and lifts finger up to stop. For some reason I am using Camera.onPreviewCallback to receive byte data from preview and output it as a mp4 file(with ffmpeg libs). Suppose the user long presses start button for 10s, and I get 100 frames totally.How can I let my video last for exactly 10 seconds ?

    There are some problems :

    1. The fps of camera preview is not stable, so I can only get total number of frames as well as the desired duration when the recording stops.
    2. ffmpeg requires a fps field to be set when encoding(). I don’t know if I could set the fps value at the last time(that is, when I get all frames). The documents says it should be set when calling avformat_write_header(), so I guess not.
  • Using Sony camera (a6500) as a webcam in Ubuntu 20.04 - Working fine

    22 juillet 2022, par The Flying Maverick

    Is possible to use your Sony camera as webcam in ubuntu ?, In my case I have tried with the following steps and everything is running fine.