Navigation

    VEYE IMAGING Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    1. Home
    2. VEYE MIPI camera
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • R

      经验分享:如何为树莓派交叉编译特定版本的支持v4l2的.ko以及.dtb
      • RuiMin Huang

      2
      0
      Votes
      2
      Posts
      1151
      Views

      veye_xumm

      非常棒,谢谢你的无私分享~

    • B

      UNSOLVED Load libdmipicam fail.
      • barbanevosa

      3
      0
      Votes
      3
      Posts
      1289
      Views

      veye_xumm

      @barbanevosa
      We are very sorry that due to COVID-19, we have not been in regular office for some time recently.
      A long time has passed, have you made any new progress?
      According to your description, I think you should enable the lagency camera function on the bullseye system.
      But it seems that the system is missing the mmal library for logging.
      But strangely enough, libdmipicam.so is actually just a part of veye_raspipreview wrapped into a dynamic library, and the runtime environment requirements for both should be the same.

    • N

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

      2
      0
      Votes
      2
      Posts
      567
      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.

    • D

      SOLVED IMX327 V11-0319 polarity
      • dyatel

      3
      0
      Votes
      3
      Posts
      703
      Views

      D

      @veye_xumm thank you very much!

    • N

      SOLVED Failure to run raspipreview after configuration i2c
      • Nathan Sinclair

      5
      0
      Votes
      5
      Posts
      1189
      Views

      veye_xumm

      @nathan-sinclair Okay, you're great!

    • N

      SOLVED Using veye-mipi-327 with opencv
      • Nathan Sinclair

      9
      0
      Votes
      9
      Posts
      1779
      Views

      N

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

    • 1

      树梅派VEYE-MIPI-IMX462设置不同曝光时间得到图像没变化
      • 123456

      5
      0
      Votes
      5
      Posts
      1079
      Views

      veye_xumm

      @autot said in 树梅派VEYE-MIPI-IMX462设置不同曝光时间得到图像没变化:

      在VEYE-MIPI-IMX462的datasheet中没有提到曝光可调,是不是意味着这个 VEYE-MIPI-IMX46模块的曝光不可调

      可调的。
      mshutter配置这两个参数应该会有不同。但是可能agc的调节(也就是增益自动调节),把亮度调到类似,让你没有注意到其差异。
      你可以把agc配置为0,然后再分别配置mshutter,对比图像的差异。

    • S

      VEYE-MIPI vs. CS-MIPI
      • serene

      2
      0
      Votes
      2
      Posts
      1246
      Views

      veye_xumm

      @serene said in VEYE-MIPI vs. CS-MIPI:

      Hi, what's the difference between VEYE-MIPI series vs. CS-MIPI series?

      The two series use different isp schemes. We have used different sensors for each of the two series.
      In general, the CS series supports more parameters and is richer. the VEYE series supports fewer parameters.

    • M

      SOLVED How to rotate VEYE-MIPI-IMX385 camera video on Jetson Xavier NX?
      • maponarooo

      8
      0
      Votes
      8
      Posts
      1366
      Views

      M

      @veye_xumm Can't save? Oh... It's really disappointing.
      Anyway... Okay. Thank you.
      I'll close this agenda.

    • N

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

      1
      0
      Votes
      1
      Posts
      455
      Views

      No one has replied

    • D

      UNSOLVED Stream h264 from camera VEYE-MIPI-IMX327S using v4l2
      • Dan_LionKing

      2
      0
      Votes
      2
      Posts
      627
      Views

      D

      On the Tinker Edge T board, we get video from the camera using the command:

      gst-launch-1.0 v4l2src device=/dev/video0 ! "video/x-raw,format=(string)YUY2, width=(int)1920, height=(int)1080,framerate=(fraction)30/1" ! glimagesink

      But when trying to get the h264 stream using the command:

      gst-launch-1.0 v4l2src device=/dev/video0 ! "video/x-raw,format=(string)YUY2, width=(int)1920, height=(int)1080,framerate=(fraction)30/1" ! videoconvert ! x264enc ! h264parse ! rtph264pay config-interval=1 pt=96 ! rtph264depay ! rtspclientsink protocols=tcp location=rtsp://0.0.0.0:8554/live/h264 latency=1000

      An error is thrown:
      photo_2022-02-22_14-07-48.jpg

      How to get h264 stream?

    • W

      菜鸡提问:jetson nano怎么用opencv调用IMX385呀
      • wqh

      2
      0
      Votes
      2
      Posts
      442
      Views

      veye_xumm

      @wqh
      这个我也不是很懂,但是我们文档4.2.1章节的
      Gstreamer 嵌入到 OpenCV 部分,肯定是一种实现方法,有很多客户都是这么做的。

    • J

      imx307和imx327的驱动的帧率可以修改吗
      • jdx-jdx

      6
      0
      Votes
      6
      Posts
      1056
      Views

      veye_xumm

      @jdx-jdx
      通过-b来指明不同的i2c bus.
      请参考下面链接的 4.3.1部分
      http://wiki.veye.cc/index.php/VEYE_CS_Camera_for_Jetson_TX2/zh#.E8.A7.86.E9.A2.91.E6.8E.A7.E5.88.B6.E8.BD.AF.E4.BB.B6.E5.8C.85.E7.9A.84.E4.BD.BF.E7.94.A8

    • M

      SOLVED IMX385 Jetson Xavier NX Gstreamer error!!!
      • maponarooo

      9
      0
      Votes
      9
      Posts
      3484
      Views

      M

      @veye_xumm Okay. Anyway Thank you.

    • F

      This topic is deleted!
      • ff_asd

      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • M

      segmentation fault error
      • meitiever

      2
      0
      Votes
      2
      Posts
      541
      Views

      veye_xumm

      @meitiever
      Can you provide the command you executed?

    • D

      Nano-B01上连接IMX307提示error druing i2c read probe (-121)
      • Daxue0116

      6
      0
      Votes
      6
      Posts
      921
      Views

      veye_xumm

      @daxue0116
      正常情况下,插上两个,会probe到两个。
      你可以看看/dev/video0 /dev/video1是否同时存在。
      另外可以看看

      dmesg | grep 307

      的输出情况。

    • R

      imx327 missing from raspberrypi_v4l2 ver 5.10.63-
      • Roger

      6
      0
      Votes
      6
      Posts
      1697
      Views

      R

      Hi, I tried the V4L2 driver with Buster which worked OK on a Pi4 4 GB then I tested Bullseye with the legacy mode and the same V4L2 driver ( veyecam2m ver 5.10.63) and that worked OK too.
      I was previously testing with a Pi 3A which I would like to work but that does seem to have a problem with the v4L2 driver with both OS's.

    • Z

      SOLVED sc132相机黑屏
      • zjutony

      15
      0
      Votes
      15
      Posts
      3116
      Views

      Z

      @veye_xumm 重新插拔了下线,目前已经能正常读到,看来应该是线没有接好

    • D

      UNSOLVED Driver VEYE-MIPI-IMX327S restart system
      • Dan_LionKing

      3
      0
      Votes
      3
      Posts
      908
      Views

      D

      @veye_xumm
      We use:

      veye_raspivid -b 1000000 -t 0 -n -o -

      and checked:

      veye_raspivid -b 1000000 -t 0 -p '0,0,1920,1080'

      Using these commands results in a reboot, with the distortions shown above. veye_raspipreview displays such pictures perfectly.