Go to advanced search

by kodukulav
Sat Nov 17, 2018 5:48 pm
Forum: Camera board
Topic: How to read the die temperature of RPi camera?
Replies: 0
Views: 1425

How to read the die temperature of RPi camera?

Hi, I found that there is an internal temperature sensor in RPi camera 2.0 (IMX219 datasheet) through which we can sample the sensor's die temperature. The corresponding register address is 0x0140. I'm new to cameras and device drivers. Can anyone help me reading that register through some software?...
by kodukulav
Sat Apr 28, 2018 9:03 am
Forum: Beginners
Topic: Image signal processing on Google's AIY Vision Kit
Replies: 0
Views: 275

Image signal processing on Google's AIY Vision Kit

Hi, A question related to Google's AIY Vision Kit: I realized that there is already a image signal processor (ISP) on Pi's GPU. However, there is also an ISP on the Myriad2 located on the Vision Bonnet. I wonder which ISP is actually used during workload execution. Is there anyway to check for this?...
by kodukulav
Sat Apr 28, 2018 8:20 am
Forum: Camera board
Topic: Image processing on IMX219
Replies: 0
Views: 326

Image processing on IMX219

Hi,

I looked at the block diagram of IMX 219 and there seems to be some image processing inside the sensor.

https://www.electronicsdatasheets.com/d ... format=pdf

Where can I get more details about the image process block?

Thanks,
Venky
by kodukulav
Sat Apr 28, 2018 8:16 am
Forum: Camera board
Topic: Reading RAW image from PiCamera v2
Replies: 0
Views: 338

Reading RAW image from PiCamera v2

Hi, I read the documentation on PiCamera and I found a way to read the RAW image directly from the sensor, see below. II gave it a shot and the code works for me. However, 'm wondering whether this approach is reliable or not, i.e., whether the sensor throws a pure RAW image or not. http://picamera....

Go to advanced search