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

    Topics

    • N

      IMX462 with Raspberry Pi Zero 2

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      5
      0 Votes
      5 Posts
      2k Views
      veye_xummV
      @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

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      2
      0 Votes
      2 Posts
      713 Views
      veye_xummV
      @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

      streaming veye mipi 327 camera over wifi

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      2
      0 Votes
      2 Posts
      727 Views
      veye_xummV
      @nathan-sinclair Sorry we haven't made any attempts at this.
    • N

      Inquiring about cameras for use with bananapi m2-zero

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      4
      0 Votes
      4 Posts
      1k Views
      veye_xummV
      @nathan-sinclair Sorry, no plans at this time.
    • N

      Unable to create camera on pi zero without gui

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      2
      0 Votes
      2 Posts
      717 Views
      veye_xummV
      @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

      Failure to run raspipreview after configuration i2c

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      5
      0 Votes
      5 Posts
      1k Views
      veye_xummV
      @nathan-sinclair Okay, you're great!
    • N

      Using veye-mipi-327 with opencv

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      9
      0 Votes
      9 Posts
      2k Views
      N
      @veye_xumm I was just looking at the i2c program. Call this resolved.
    • N

      VEYE-MIPI-327 fdsrc not able to be read from.

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      1
      0 Votes
      1 Posts
      599 Views
      No one has replied
    • N

      VEYE IMX 327S video streaming on pi zero with opencv

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      6
      0 Votes
      6 Posts
      1k Views
      veye_xummV
      @nathan-sinclair said in VEYE IMX 327S video streaming on pi zero with opencv: headless Sorry, I'm not sure.