How to use arducam_mipicamera library in windows python?

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

  2. Model number of the product(s)? OV2311 UC-844 Rev.B

  3. What hardware/platform were you working on? Windows 11 Python 3.11

  4. Instructions you have followed. (link/manual/etc.)
    OV2311 Global Shutter - Arducam Wiki
    Software SDK and API for Python - Arducam Wiki

  5. Problems you were having?
    no library : pip install arducam_mipicamera(X)
    no instruction : move libarducam_mipicamera.so and arducam_mipicamera.py in my workingdirectory
    still error : make arducam_mipicamera folder in site-packages

  6. The dmesg log from your hardware?

  7. Troubleshooting attempts you’ve made?

import arducam_mipicamera as arducam
import numpy as np
import v4l2
from PIL import Image

Load libarducam_mipicamera fail.

camera = arducam.mipi_camera()

  1. What help do you need?

how to use arducam_mipicamera library in windows python?
and how to get raw image(1 channel intensity from pixel)

Hi,
The camera you are using is a UVC camera and the library you want to use is for a MIPI camera.
How to eat steak with chopsticks rather than fork and knife…