Navigation

    VisionAppster.com

    VisionAppster Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    MIPI Cameras

    Raspberry Pi
    3
    4
    579
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      cmisztur last edited by

      Do you guys have a recipe for working with Arducam MIPI cameras? It is not v4l2.

      https://github.com/ArduCAM/MIPI_Camera/tree/master/RPI

      1 Reply Last reply Reply Quote 0
      • Topi
        Topi last edited by

        In principle, yes. But unfortunately nothing that would just work out of the box. To be able to use all features of the camera you need a proper camera driver. On Linux this means either V4L2 or GenTL. The former requires a kernel module, the latter takes no stance. It can in principle be implemented in user space e.g. through command-line tools. You can create a custom GenTL driver as outlined here: https://doc.visionappster.com/latest/cameras/drivers/ The process is however quite tedious unless you are familiar with the intricacies of GenICam.

        Another option is to create a custom tool for the purpose of getting images from the camera. Currently, this is only possible in C or C++ (see https://doc.visionappster.com/latest/api/tool/c/), but the next release will come with Python support.

        C 1 Reply Last reply Reply Quote 0
        • C
          cmisztur @Topi last edited by

          @Topi Hmm, ok, so using Arducam's C SDK this sounds doable.

          ? 1 Reply Last reply Reply Quote 0
          • ?
            A Former User @cmisztur last edited by

            @cmisztur . I found your this post while searching for some related information on blog search, Its a good post..keep posting and update the information.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Forum Terms of Use and Privacy Policy