Navigation

    VEYE IMAGING Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    1. Home
    2. Nathan Sinclair
    3. Topics
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 20
    • Best 0
    • Groups 0

    Topics created by Nathan Sinclair

    • N

      SOLVED IMX462 with Raspberry Pi Zero 2
      VEYE MIPI camera • • Nathan Sinclair

      5
      0
      Votes
      5
      Posts
      528
      Views

      veye_xumm

      @veye_xumm

      The feedback from this link below is the same as your problem, and although it is in Chinese, the images in it are informative.
      https://forum.veye.cc/topic/187/veye-mipi-imx385在新版raspberry-pi-zero-2-w上无法使用

      I'll list the points to use:

      Use a separate 5V supply. On the raspberry pi zero 2w, the power on enable pin for camera, needs to be executed separately: raspi-gpio set 40 dh

      Once this is done, the camera can be detected on the i2c-10 bus.

      i2cdetect -y 10

      The 0x3b device can be detected and the script can read and write camera parameters now.
      After completing the above steps, you can use the veye_raspicam series software normally.

    • N

      using veye-mipi-327, unedited h264 video for display in html video element
      VEYE MIPI camera • • Nathan Sinclair

      2
      0
      Votes
      2
      Posts
      251
      Views

      veye_xumm

      @nathan-sinclair said in using veye-mipi-327, unedited h264 video for display in html video element:

      Just a query about whether it's possible to be sending the h264 video from the mipi-327 camera unedited, so that it can be displayed in a video element on a web page.
      The way we are currently doing this, is using a library on the client side called jmuxer, which, through a websocket directly is able to display arducam cameras. Is there something similar with the mipi-327 camera as seen in libcamera-examples?

      Sorry, we now only have a similar demo available in legacy mode via gstreamer.
      http://wiki.veye.cc/index.php/VEYE-MIPI-290/327_for_Raspberry_Pi#veye_raspcam:_raspcam_alike_toolkits

    • N

      UNSOLVED streaming veye mipi 327 camera over wifi
      VEYE MIPI camera • • Nathan Sinclair

      2
      0
      Votes
      2
      Posts
      234
      Views

      veye_xumm

      @nathan-sinclair Sorry we haven't made any attempts at this.

    • N

      Inquiring about cameras for use with bananapi m2-zero
      VEYE MIPI camera • • Nathan Sinclair

      4
      0
      Votes
      4
      Posts
      370
      Views

      veye_xumm

      @nathan-sinclair Sorry, no plans at this time.

    • N

      UNSOLVED Unable to create camera on pi zero without gui
      VEYE MIPI camera • • Nathan Sinclair

      2
      0
      Votes
      2
      Posts
      272
      Views

      veye_xumm

      @nathan-sinclair
      We are very sorry that due to COVID-19, we have not been in regular office for some time recently.
      Based on your description, I think it is most likely due to the lack of power supply capacity of the FFC cable of the pi ZERO. Please try it with a separate 5V power supply.
      Looking forward to your results.

    • N

      SOLVED Failure to run raspipreview after configuration i2c
      VEYE MIPI camera • • Nathan Sinclair

      5
      0
      Votes
      5
      Posts
      520
      Views

      veye_xumm

      @nathan-sinclair Okay, you're great!

    • N

      SOLVED Using veye-mipi-327 with opencv
      VEYE MIPI camera • • Nathan Sinclair

      9
      0
      Votes
      9
      Posts
      825
      Views

      N

      @veye_xumm I was just looking at the i2c program. Call this resolved.

    • N

      UNSOLVED VEYE-MIPI-327 fdsrc not able to be read from.
      VEYE MIPI camera • • Nathan Sinclair

      1
      0
      Votes
      1
      Posts
      209
      Views

      No one has replied

    • N

      UNSOLVED VEYE IMX 327S video streaming on pi zero with opencv
      VEYE MIPI camera • • Nathan Sinclair

      6
      0
      Votes
      6
      Posts
      587
      Views

      veye_xumm

      @nathan-sinclair said in VEYE IMX 327S video streaming on pi zero with opencv:

      headless

      Sorry, I'm not sure.