2024-10-07 09:28 AM
Hello,
I was wanting to make my own camera board and I wanted to use the same camera that is on STM's Camera board MB1854 and I looked up that manufacturer part number (AS-BC538A3M6-63(1.02.A3265)) and nothing showed up, and when I looked up just AS-BC538A3M6-63 then the only result was STM's example schematic for the MB1854 camera board. I then tried looking up the company they listed on the BOM (HONGJIA) and still found nothing. Does anyone know how to find the board or even some contact info for that company?
Thanks
Carson
Solved! Go to Solution.
2024-10-08 05:49 AM
Hi,
Board could be purchage thru ST or usual distributors: https://www.st.com/en/evaluation-tools/b-cams-imx.html#sample-buy
The AS-BC538A3M6-63 is probably a custom module (sensor + optics) build by HongJia, based on IMX335.
Company could be found here: http://www.topbestcamera.com
If you are building a product, I think many other CSI modules could work with STM32MP25.
Regards
2024-10-08 05:49 AM
Hi,
Board could be purchage thru ST or usual distributors: https://www.st.com/en/evaluation-tools/b-cams-imx.html#sample-buy
The AS-BC538A3M6-63 is probably a custom module (sensor + optics) build by HongJia, based on IMX335.
Company could be found here: http://www.topbestcamera.com
If you are building a product, I think many other CSI modules could work with STM32MP25.
Regards
2024-12-17 03:56 AM
Hi @Carson ,
I don't know if @PatrickF could correct me if I'm wrong about any of this?
ST produce general purpose and specialist image sensors and I think the Linux drivers for all of these image sensors are open source and part of the mainline Linux kernel so should work with STM32MP25 MPUs - it may be worth also considering a camera based on one of the ST image sensors - here's the product selector:
https://www.st.com/en/imaging-and-photonics-solutions/cmos-image-sensors/products.html
Sony also produce a wide range of image sensors and I know that a mainstream Linux driver is available for the 12 Megapixel Sony IMX708 sensor so it should work with STM32MP25 MPUs but I'm not sure about other Sony image sensors.
The newer STM32MP257 MPUs have a built-in MIPI CSI-2 camera interface which was implemented as an external chip in older STM32MP25s.
Will