Webcam install raspberry pi3

Hello,

After some pb to install repeater server for a pb of SD card ( see other post ) 
 i config my printer , at the configuration for webcam ( i do this :https://www.repetier-server.com/setting-webcam-repetier-server-linux/ )
i have a problem at the step 4 ( step 1 and 2 is ok ):  
pi@raspberrypi:~/mjpg-streamer/mjpg-streamer-experimental $ cmake -G "Unix Makefiles"

-bash: cmake : commande introuvable


if a people have an idea ??


Thanks 

Franck.

Comments

  • You are missing cmake i guess
    sudo apt-get install cmake
    should do the work. Then try again.
  • It s ok for this , i have a new problem after :

    pi@raspberrypi:~ $ /usr/local/bin/mjpg_streamer -i input_uvc.so -o "output_http.so -w /usr/local/share/mjpg-streamer/www" -b

    -bash: /usr/local/bin/mjpg_streamer: Aucun fichier ou dossier de ce type

    pi@raspberrypi:/etc/init.d $ sudo update-rc.d mjpgstreamer defaults

    perl: warning: Setting locale failed.

    perl: warning: Please check that your locale settings:

    LANGUAGE = (unset),

    LC_ALL = (unset),

    LC_CTYPE = "UTF-8",

    LANG = "fr_FR.UTF-8"

        are supported and installed on your system.

    perl: warning: Falling back to a fallback locale ("fr_FR.UTF-8").

  • Does only look like a warning about missing locales. Try







    sudo raspi-config 

    and check internationalization options to install clang locale or select a locale. Not sure what it misses but it is not relevant for webcam, just a warning.

  • Hi,

    after test and re test and re test , it s ok ..........   but i have a just small problem for the autostart of the camera ,

    pi@raspberrypi:/etc/init.d $ sudo update-rc.d mjpgstreamer defaults

    perl: warning: Setting locale failed.

    perl: warning: Please check that your locale settings:

    LANGUAGE = (unset),

    LC_ALL = (unset),

    LC_CTYPE = "UTF-8",

    LANG = "fr_FR.UTF-8"

        are supported and installed on your system.

    perl: warning: Falling back to a fallback locale ("fr_FR.UTF-8").



    and a the start i do :  /usr/local/bin/mjpg_streamer -i input_uvc.so -o "output_http.so -w /usr/local/share/mjpg-streamer/www" -b

    for connect the webcam 


    i have do the rasps-config for international config, it s ok i have config all ( language, keyboard...)


  • all is ok, i have do a modification in  /etc/rc.local 
    and add  the line for start webcam  at the start /usr/local/bin/mjpg_streamer -i input_uvc.so -o "output_http.so -w /usr/local/share/mjpg-streamer/www" -b

    webcam start at the start of the raspberry.

    Thanks for all help.
    Franck.

Sign In or Register to comment.