ArduCAM_USB_Camera_Shield icon indicating copy to clipboard operation
ArduCAM_USB_Camera_Shield copied to clipboard

MT9J001 Lines

Open iMhack opened this issue 5 years ago • 5 comments
trafficstars

Hello, I'm using the MT9J001 breakboard with the UC-425Rev.C module. I installed this on a clean install Raspberry Pi 4:

sudo apt-get update && sudo apt-get --assume-yes dist-upgrade && sudo apt-get install git && git clone https://github.com/ArduCAM/arducam_config_parser.git && cd arducam_config_parser && make clean && make && make install && cd ~ && wget -O libusb-1.0.22.tar.bz2 https://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.22/libusb-1.0.22.tar.bz2/download && tar -jxvf libusb-1.0.22.tar.bz2 && cd libusb-1.0.22 && ./configure --disable-udev && sudo make install && sudo apt-get --assume-yes install libopencv-dev g++-4.9 && cd ~ && git clone https://github.com/ArduCAM/ArduCAM_USB_Camera_Shield.git && cd ArduCAM_USB_Camera_Shield/RaspberryPi/Cpp/Streaming_demo/ && make clean && make install-sdk && make && wget https://arducam.com/downloads/modules/industrial/MT9J003/MT9J001_10MP_8bit.cfg && wget https://arducam.com/downloads/modules/industrial/MT9J003/MT9J001_1080p_8bit.cfg && wget https://arducam.com/downloads/modules/industrial/MT9J003/MT9J001_720p_8bit.cfg && wget https://arducam.com/downloads/modules/industrial/MT9J003/MT9J001_VGA_8bit.cfg && sudo ./ArduCam_Demo MT9J001_VGA_8bit.cfg

I did some tests and here are the results VGA VGA 720 720 1080 1080 10M 10M

Few questions :

  1. What can I do to avoid the lines shown on VGA, 720 and 1080 ?
  2. Can I found some documentation for setting-up the sensor ?
  3. What FPS can I get in different configurations ? What are the limiting factors ?

iMhack avatar Dec 03 '19 17:12 iMhack

We now moved our support to our forum, please resent the questions to https://www.arducam.com/forums/ Thank you.

ArduCAM avatar Dec 04 '19 15:12 ArduCAM

Hello @ArduCAM , I can't create a login on your private website. Can't you answer here ?

iMhack avatar Dec 04 '19 20:12 iMhack

  1. What can I do to avoid the lines shown on VGA, 720 and 1080 ? A: The low resolution is got form skipping the high resolution, It is due to the skip pix. We can't avoid it.
  2. Can I found some documentation for setting-up the sensor ? About the sensor's document, we need to require from the local factory.
  3. What FPS can I get in different configurations ? What are the limiting factors ? As normal the lower resolution, you will get the faster frame speed. Many factors will influence the frame speed such as the exposure time .etc.

UCTRONICS avatar Dec 05 '19 09:12 UCTRONICS

I think that the factory is in China. It's not so local ;-)

iMhack avatar Dec 05 '19 10:12 iMhack

I found these ref : https://www.arducam.com/downloads/modules/industrial/MT9J003_RR_A.pdf https://files.niemo.de/aptina_pdfs/MT9J001_J003_DG.book.pdf

iMhack avatar Dec 05 '19 13:12 iMhack