Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (61)

  • 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" (...)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (7208)

  • Python Wifi Issue Connect to Mysterious Camera

    27 avril 2015, par user2723463

    I have been working with some drones and robotics projects using arduino and python. There was a kickstarter project for a neat little hex copter, that hasn’t been managed well.

    I was lucky, i got my copter and then some time later after some frustrated email exchanges, i finally recieved the camera as well. To this day, their forum has people still complaining. Their maker forum is now down and their wiki hasn’t been updated with any specifics on the camera.

    http://www.flexbot.cc/wiki/index.php?title=Main_Page#Hardware

    Their app to accompany the drone still doesn’t support the camera module. Not that it’d matter, as their code isn’t very well documented or annotated.

    https://github.com/HexAirbot

    There are some tips on switching the camera on the comments page of their kickstarter campaign.

    https://www.kickstarter.com/projects/1387330585/hex-a-copter-that-anyone-can-fly/posts/1093716

    So, sob story over, i’m stuck with this neat little wifi camera that i am unsure on how to connect to. I know how to switch it on and it does have a micro-usb port on it.

    What library in Python could i use to stream an image from this camera given that it is a wifi camera. If i wanted the video stream as a numpy matrix.

    I need to interface with the camera, so i can connect and disconnect.

    Then, be able to read images frame by frame with ffmpeg. I have some python modules that can detect and read from a camera, but how can my code ensure that the camera is connected ?

    Totally stuck. Any help would be appreciated.

  • Merge commit ’6fe2641d6e410b7bc203138fa97e1118b411f16d’

    29 mars 2015, par Michael Niedermayer
    Merge commit ’6fe2641d6e410b7bc203138fa97e1118b411f16d’
    

    * commit ’6fe2641d6e410b7bc203138fa97e1118b411f16d’ :
    lavc : add profile define for DTS Express

    Conflicts :
    doc/APIchanges
    libavcodec/version.h

    See : 11fe56c8bbf39cd0c3edbf0cd404dea400ff7e0c
    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/APIchanges
  • Livestream screen capture to frontend website with low latency [closed]

    3 juin 2021, par Eddie Huang

    for a project I want to livestream my desktop on my Ubuntu server onto the frontend website (running on the same server using Node/Express).

    &#xA;

    It would be the same effect as livestreaming with OBS/ffmpeg to Youtube/Twitch and embedding into my own website.&#xA;It has to be low latency (<1 second)

    &#xA;

    Could anyone point me in what protocols/applications/tutorials to use as an outline ?

    &#xA;