VEYE MIPI CSI IMX462


Milan Kalina
 

Hi,

I am a starting this thread dedicated to this camera, following these discussions:
https://globalmeteornetwork.groups.io/g/main/message/5400?p=%2C%2C%2C50%2C0%2C0%2C0%3A%3Arecentpostdate%2Fsticky%2C%2Cimx462%2C50%2C2%2C0%2C83529586
https://globalmeteornetwork.groups.io/g/main/message/6900?p=%2C%2C%2C50%2C0%2C0%2C0%3A%3Arecentpostdate%2Fsticky%2C%2Cimx462%2C50%2C2%2C0%2C82879844
https://globalmeteornetwork.groups.io/g/main/message/6966?p=%2C%2C%2C50%2C0%2C0%2C0%3A%3Arecentpostdate%2Fsticky%2C%2Cimx462%2C50%2C2%2C0%2C93757979

Available e.g. at:
https://www.aliexpress.com/item/1005002661751154.html
http://www.veye.cc/en/product/veye-mipi-imx462/

Like Alexander, I have found this camera very usefull, although a little more difficult to setup mechanically, as it must be fitted inside the camera case.
But:
- no POE needed,
- no ethernet needed (unless WiFi from the Pi4 is not enough). Thus, the only cable needed is power supply cable for Pi4
- simple configuration via command line utility (http://wiki.veye.cc/index.php/VEYE-MIPI-290/327_i2c/) allow to set all needed parameters (gain, FPS etc.) transparently
- no h264 decoding, camera output raw UYVY frames
- high picture quality, no camera and h264 artefacts, typical for IP cameras
- ftting the commonly used M16 lens mount

My so far best decoding pipeline for the 1280x720 resolution:
device: v4l2src io-mode=dmabuf device=/dev/video0 ! video/x-raw,format=UYVY,width=1920,height=1080,framerate=25/1 ! v4l2convert ! videoscale ! video/x-raw,width=1280,height=720 ! appsink sync=1
My attempts for 1920x1080 ended up at 22-23 FPS without RMS processing (which would slow it further down).
Still, there is a space for experiments with the pipeline, kernel and v4l2 driver versions.

There were concerns regarding the heat produced inside the camera case, but the maximum temperature reached during RMS processing was ~50°C, using this Pi4 case and fans, which turned out to be the best so far
https://www.aliexpress.com/item/32959825297.html
(The power pins need to be connected to the other GPIO pins available, as there are 2 devices connected to GPIO)

Milan



Dmitrii Rychkov
 

HI,

I would like to draw attention to the new MIPI CSI camera module
 
 
Some features:
- Mono
- BSI
- Global shutter
Higher Framerate
- larger pixel

Best,
Dmitrii


Milan Kalina
 

Short update regarding this MIPI camera.
VEYE has recently (12/2022) silently upgraded the camera firmware so it features the manual gain and shutter now, therefore it is well suited for RMS.
Along with raw UYVY data format, it beats all h264 based IP cameras in the picture quality.
CZ0004 now permanently runs this camera.
For those interested, I attach the init script suited to RMS..

During testing, I observed a strange effect of green artefacts, rarely seen in the FF files, traceable to a single frame.
Because of maxpixel, this effect has been clearly visible in the FF file and affected the processing.
After switching off the wifi, it disappeared.

Milan


Mark McIntyre
 

Good to know Milan!

Do you think this information could be added to the gmn wiki? Maybe somewhere here

https://globalmeteornetwork.org/wiki/index.php?title=Build_A_Camera

MM

On 02/03/2023 21:34, Milan Kalina wrote:

Short update regarding this MIPI camera.
VEYE has recently (12/2022) silently upgraded the camera firmware so it features the manual gain and shutter now, therefore it is well suited for RMS.
Along with raw UYVY data format, it beats all h264 based IP cameras in the picture quality.
CZ0004 now permanently runs this camera.
For those interested, I attach the init script suited to RMS..

During testing, I observed a strange effect of green artefacts, rarely seen in the FF files, traceable to a single frame.
Because of maxpixel, this effect has been clearly visible in the FF file and affected the processing.
After switching off the wifi, it disappeared.

Milan

--
Got questions: Check out our wiki https://github.com/markmac99/ukmon-pitools/wiki
If you like my work, please Buy Me a Coffee! https://www.buymeacoffee.com/markmac99


Milan Kalina
 

Hi Mark,

I have no rights to modify this, but would be pleased, any idea?

Milan


Denis Vida
 

Hi Milan,
Register on the wiki and let me know your username. I will then make you an editor.

Cheers,
Denis


On Fri, Mar 3, 2023 at 5:20 AM Milan Kalina <milank2010@...> wrote:
Hi Mark,

I have no rights to modify this, but would be pleased, any idea?

Milan


Milan Kalina
 

I have finally managed to modifiy the Wiki pages, to include a basic information about this camera.
The VEYE support was kind to provide some valuable information about the configuration, so the gain and the shutter remains constant during the capture.
The correct configuration script is attached.

Milan


David Rollinson
 

Thanks, I've been following your progress on this, and am keen to build a matched pair to do some testing.

Dave