Arducam 108Mp dev kit

  1. Where did you get the camera module(s)?
    Kubii

  2. Model number of the product(s)?
    Serial:AU3S-2244-0007

  3. What hardware/platform were you working on?
    Ubuntu 18 with Linux 3.18.71-perf #1 SMP PREEMPT aarch64 GNU/Linux

  4. Instructions you have followed. (link/manual/etc.)
    I followed the install steps to run camera Arducam 108MP using USB 3.0 Camera shield UC-593 Rev.C

  5. Problems you were having?
    Can’t capture the RAW image, I get ret-val = 65361 error value, event for 4000x3000 image format

  6. The dmesg log from your hardware?

  7. Troubleshooting attempts you’ve made?
    I tried to read the image in JPEG format and need to save it into a jpeg file.

I set up in the config file the Format value to 3 (JPEG)

But when I run the CPP example I got lenght <=0 in the function JPGToMat, so the final message is "No image data "

  1. What help do you need?
    How can I read JPEG and save JPEG into a file.