bitluni / ESP32CameraI2S

169 stars 61 forks source link

Getting Issue in Grayscale image #19

Open ashtam55 opened 4 years ago

ashtam55 commented 4 years ago

Hey Sir, Thanks for this wonderful library which works flawlessly. It's just I want to get monochrome output from the camera module ov7670 which I can't able to get. Please let me know how to do it in ESP32.

bitluni commented 4 years ago

ooh that is very long ago. did you try any of my code? the osci display code might use b/w, I don't really remember

On Tue, Jan 21, 2020 at 3:10 AM Ashtam singh notifications@github.com wrote:

Hey Sir, Thanks for this wonderful library which works flawlessly. It's just I want to get monochrome output from the camera module ov7670 which I can't able to get. Please let me know how to do it in ESP32.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bitluni/ESP32CameraI2S/issues/19?email_source=notifications&email_token=ADCGI27V3UZYFV7FHWIIMX3Q6ZKSLA5CNFSM4KJMJSRKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IHPZICQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADCGI246ECWPCIVLYR5KVU3Q6ZKSLANCNFSM4KJMJSRA .

ashtam55 commented 4 years ago

Thanks for replying Sir, I am working with your code want to change the format in YUV which I achieved by changing the COM7 register but now I need the image in grayscale for which I need to discard U and V components from the frame as I just need Y. There is not enough documentation to work around for esp32_arduino.