Navigation

    VEYE IMAGING Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    1. Home
    2. lubertRoft
    3. Posts
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 5
    • Best 0
    • Groups 0

    Posts made by lubertRoft

    • RE: Setting YUV-sequence CSSC132

      Thank you, that solved the problem.

      It would be helpful if you could update that in point 3.45 on the site: http://wiki.veye.cc/index.php/CS-MIPI-X_i2c

      Regards

      posted in CS MIPI camera
      L
      lubertRoft
    • Setting YUV-sequence CSSC132

      Hello,

      is it possible to change the YUV-sequence of the CSSC132?
      Using the given command ./veye_mipi_i2c.sh -w -f yuvseq I get the correct value "YUYV" reading it out in the command line, but the output is still in "UYVY" sequence.
      Why isn't it a cs_mipi_i2c.sh command?

      Thanks

      posted in CS MIPI camera
      L
      lubertRoft
    • How to use the software trigger of the CSSC132

      Hello,

      I am struggling with the software trigger of the CSSC132 camera on the AGX Xavier and how to use it.
      I am taking the following steps:

      1. set the streammode to software trigger: ./cs_mipi_i2c.sh -w -f streammode -p1 3 -p2 0 -b 30
      2. reboot the camera: ./cs_mipi_i2c.sh -w -f sysreboot -p1 2 -b 30
      3. check if the correct streammode is chosen: ./cs_mipi_i2c.sh -r -f streammode -b 30
      4. trigger the software: ./cs_mipi_i2c.sh -w -f striggerone -b 30
      5. read from the sensor register: ./csipi_i2c.sh -r -f sreg -b 30

      But I can not get an image out of the camera. What steps do I have to do to get a picture using the software trigger?
      I know that the camera works as in free running mode I get a video stream using gstreamer.

      Regards

      posted in CS MIPI camera
      L
      lubertRoft
    • RE: cs_imx307_board_setup: invalid sensor model id

      EDIT:
      The problem was a wrong assumption of the camera that I am using. After adjusting the dtb-file of the correct camera the camera gets detected properly.

      posted in CS MIPI camera
      L
      lubertRoft
    • cs_imx307_board_setup: invalid sensor model id

      Hello everybody,

      I am using the CS-MIPI-IMX-307 and installed the kernel image and the device tree on a Xavier NX according to step 3.5 from the wiki:
      http://wiki.veye.cc/index.php/VEYE_CS_Camera_for_Jetson_TX2

      but when I checked the result from the command "dmesg | grep csx307" I get the following:

      csx307 9-003b: probing v4l2 sensor
      csx307 9-003b: tegracam sensor driver:csx307_v2.0.6
      csx307 9-003b: read sensor id 0132
      csx307 9-003b: cs_imx307_board_setup: invalid sensor model id: 306
      csx307 9-003b: board setup failed
      csx307 10-003b: probing v4l2 sensor
      csx307 10-003b: tegracam sensor driver:csx307_v2.0.6
      csx307 10-003b: read sensor id 0132
      csx307 10-003b: cs_imx307_board_setup: invalid sensor model id: 306
      csx307 10-003b: board setup failed

      why did it fail? What is the problem with the invalid sensor model id?

      posted in CS MIPI camera
      L
      lubertRoft