Pi Cam Rev 1.3

I'm trying to get my Pi cam 1.3 to work with the new version of Repetier Server, but it's not automatically detected. 
Any suggestions?

I'm certain it used to work fine a few years ago, but I've not used the printer for ages, and the old pi sd card has gone missing, so I'm starting with a clean slate again.

Comments

  • What is the result of vcgencmd get_camera ?

    Should be:
    supported=1 detected=1

    Are you using our image or the original raspbian image? Only our version is supposed to show the webcams.
  • vcgencmd get_camera does return supported=1 detected=1.

    I am using your image from your website.

    If i got to the stream url in my web browser, http://192.168.0.99/:8080/?action=stream, it says "Requested file not found."

    The list video formats command on the setup guide returns this, not sure if this is helpful.
    /usr/bin/v4l2-ctl --list-formats-ext -d /dev/video0

    pi@RepetierServer:~ $ /usr/bin/v4l2-ctl --list-formats-ext -d /dev/video0
    ioctl: VIDIOC_ENUM_FMT
            Type: Video Capture

            [0]: 'YU12' (Planar YUV 4:2:0)
                    Size: Stepwise 32x32 - 2592x1944 with step 2/2
            [1]: 'YUYV' (YUYV 4:2:2)
                    Size: Stepwise 32x32 - 2592x1944 with step 2/2
            [2]: 'RGB3' (24-bit RGB 8-8-8)
                    Size: Stepwise 32x32 - 2592x1944 with step 2/2
            [3]: 'JPEG' (JFIF JPEG, compressed)
                    Size: Stepwise 32x32 - 2592x1944 with step 2/2
            [4]: 'H264' (H.264, compressed)
                    Size: Stepwise 32x32 - 2592x1944 with step 2/2
            [5]: 'MJPG' (Motion-JPEG, compressed)
                    Size: Stepwise 32x32 - 2592x1944 with step 2/2
            [6]: 'YVYU' (YVYU 4:2:2)
                    Size: Stepwise 32x32 - 2592x1944 with step 2/2
            [7]: 'VYUY' (VYUY 4:2:2)
                    Size: Stepwise 32x32 - 2592x1944 with step 2/2
            [8]: 'UYVY' (UYVY 4:2:2)
                    Size: Stepwise 32x32 - 2592x1944 with step 2/2
            [9]: 'NV12' (Y/CbCr 4:2:0)
                    Size: Stepwise 32x32 - 2592x1944 with step 2/2
            [10]: 'BGR3' (24-bit BGR 8-8-8)
                    Size: Stepwise 32x32 - 2592x1944 with step 2/2
            [11]: 'YV12' (Planar YVU 4:2:0)
                    Size: Stepwise 32x32 - 2592x1944 with step 2/2
            [12]: 'NV21' (Y/CrCb 4:2:0)
                    Size: Stepwise 32x32 - 2592x1944 with step 2/2
            [13]: 'RX24' (32-bit XBGR 8-8-8-8)
                    Size: Stepwise 32x32 - 2592x1944 with step 2/2

  • Your link is wrong. In the bottom you can select a video stream and assign it - that will put automatically put the correct link to the 2 url parts. Correct link for stream would be something like
    http://127.0.0.1:9000/?action=stream
    for the pi cam.
  • I'm still not getting anything with,
    http://192.168.0.99/:9000/?action=stream

    The link isn't automatically filled in in the add webcam interface either....
  • It should look like this
    https://cln.sh/FeNePT

    Your link is again wrong - if it is running it is http://127.0.0.1:9000/?action=stream
  • Working now! Thanks
Sign In or Register to comment.