# pixel value

**URL:** https://forums.openmv.io/t/pixel-value/544
**Category:** OpenMV Boards
**Created:** [January 9, 2018, 8:27pm UTC](https://forums.openmv.io/t/pixel-value/544 "2018-01-09T20:27:54Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![pcls1026](https://avatars.discourse-cdn.com/v4/letter/p/57b2e6/32.png) [@pcls1026](https://forums.openmv.io/u/pcls1026)
#### Post date: [January 9, 2018, 8:27pm UTC](https://forums.openmv.io/t/pixel-value/544/1 "2018-01-09T20:27:54Z")

</div>

Hi,  
I want to read the “raw intensity” value of the bayer red filtered pixels.  
Thanks  
Jim Sullivan

---

<div class="post-metadata">

### Author: ![iabdalkader](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/iabdalkader/32/1169_2.png) [@iabdalkader](https://forums.openmv.io/u/iabdalkader)
#### Post date: [January 10, 2018, 1:58am UTC](https://forums.openmv.io/t/pixel-value/544/2 "2018-01-10T01:58:10Z")

</div>

Hi, that’s actually not supported. I didn’t think anyone would be interested in bayer, will add it to the next release.

---

<div class="post-metadata">

### Author: ![pcls1026](https://avatars.discourse-cdn.com/v4/letter/p/57b2e6/32.png) [@pcls1026](https://forums.openmv.io/u/pcls1026)
#### Post date: [January 11, 2018, 10:02pm UTC](https://forums.openmv.io/t/pixel-value/544/3 "2018-01-11T22:02:16Z")

</div>

Thanks,  
If I use image.get with QVGA and RGB565, I think the R in the tuple (R,G,B) would be close to what I’m looking for. What do you think?  
Jim

---

<div class="post-metadata">

### Author: ![iabdalkader](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/iabdalkader/32/1169_2.png) [@iabdalkader](https://forums.openmv.io/u/iabdalkader)
#### Post date: [January 12, 2018, 3:25am UTC](https://forums.openmv.io/t/pixel-value/544/4 "2018-01-12T03:25:33Z")

</div>

If you just want the red value of every pixel then yes. RGB is interpolated from bayer but it’s not exactly the “raw” value.

---

<div class="post-metadata">

### Author: ![pcls1026](https://avatars.discourse-cdn.com/v4/letter/p/57b2e6/32.png) [@pcls1026](https://forums.openmv.io/u/pcls1026)
#### Post date: [January 13, 2018, 5:49am UTC](https://forums.openmv.io/t/pixel-value/544/5 "2018-01-13T05:49:59Z")

</div>

If you get the time I would appreciate the ability to get the red intensity value.  
Thanks  
Jim

---

<div class="post-metadata">

### Author: ![pcls1026](https://avatars.discourse-cdn.com/v4/letter/p/57b2e6/32.png) [@pcls1026](https://forums.openmv.io/u/pcls1026)
#### Post date: [January 13, 2018, 5:52am UTC](https://forums.openmv.io/t/pixel-value/544/6 "2018-01-13T05:52:27Z")

</div>

A “REDO” of the previous reply.  
If you get the time I would appreciate the ability to get the raw intensity value of the red filtered pixel.  
Thanks  
Jim

---

<div class="post-metadata">

### Author: ![iabdalkader](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/iabdalkader/32/1169_2.png) [@iabdalkader](https://forums.openmv.io/u/iabdalkader)
#### Post date: [January 13, 2018, 4:55pm UTC](https://forums.openmv.io/t/pixel-value/544/7 "2018-01-13T16:55:53Z")

</div>

I will add it to the next release.

---

<div class="post-metadata">

### Author: ![pcls1026](https://avatars.discourse-cdn.com/v4/letter/p/57b2e6/32.png) [@pcls1026](https://forums.openmv.io/u/pcls1026)
#### Post date: [January 15, 2018, 7:22pm UTC](https://forums.openmv.io/t/pixel-value/544/8 "2018-01-15T19:22:39Z")

</div>

Thanks iabdalkader  
Jim
