hi saruhan
u are welcome,
( info for thinking over )
are you fixed to use esp32 / esp8266 or do you can use esp32-s2 / esp32-s3 also esp32-c3 / esp32-c6
the reason is, that this SoC's supports USB Host, only for info: you can use then a (USB) rear camera on USB basis
and connect it to the USB Host of S2/S3 .. C3/C6
saruhan wrote: ↑Fri Nov 05, 2021 10:05 am
Actually, I developed a IoT system . ESP32 + Android app + ESP32 Cam.
This system works perfectly. But We have a problem about Waterproff in ESP32 Cam.
We try installed ESP32 Cam in Car rear area. We didnt install ESP32 cam about Dimension, shape and waterproff.
perfect - you are talented so there i see no problem for you to do this successful at the end.
what about thinking to place the esp32 cam modul in a modification case which is then waterproof?
i can image that the case perhabs will be bigger - and you can not install like you want in the rear of the plate.
so you want use then this analog camera cause it is waterproofed in a case, i understand this so.
ok -
saruhan wrote: ↑Fri Nov 05, 2021 10:05 am
So I think that I should use standart, cheap alago cameras for install and use in car rear area.
I bought a camera from a turkish shopping site. :
https://urun.n11.com/arka-gorus-kameras ... P386065525
it is waterproff.
Resolution: 480 TV
Chipset :PC7070
NTSC video output: NTSC Video çıkışı: 1.0Vp-P.750hm
Optic :Mercek: 1.8mm F = 2.0
FPS :Unknown.
the chipset CMOS PC7070 is not bad, there is a datasheet of the preliminary CMOS PC 7070(k)
it is for orientation only how the cmos works and how the data protocoll/timing is based and should be enough to get pic from the CMOS PC7070, also perhabs you want mod the camera, there are wire strapping function possible example mirror / flicker / in-outdoor etc...
saruhan wrote: ↑Fri Nov 05, 2021 10:05 am
it is good take pics every 0,5 sec. it is enough.
I want to take video or pics from alaog camera and broadcast a straem. I will take and see stream in Android app.
I use ESP32 microcontroller. But doesnt matter it may be esp8266.
320x240 resolution is enough.
2f/s should be possible doable -
you could first try to get a pic from this camera and then step by step force the project to your use case monitoring in Android app.
start with small pics saruhan, perhaps 160x120 ( or 80x60 ) and go step by step higher.
also start with monochrom 1bit per pixel picture and go step by step higher, to understand whats happend with the BIT, RGB, RGB888 and so on. for your streaming you can later use a MJPEG streamer code...
for the composite way you can use example
LM1881 Video sync Separator or better. The LM1881 Video sync separator extracts timing information including composite and vertical sync,burst or back porch timing, and odd and even field information from standard negative going sync NTSC,PAL and SECAM video signals with amplitude from 0.5-V to 2-V p-p.
the typical block diagram is likewise this:
- LM1881 Video Sync Separator_typical-connection-diagram_workflow.png (91.35 KiB) Viewed 14574 times
does this helps for the first moment?
a secondly info:
you see on the CMOS PC7070(k) diagram near composite way - also a parallel way.
this would be an other way to get pics data from this camera.
i prefer to you, first try to go over composite way - so the waterproof case must be not opened.
- Block-Diagram.jpg (126.74 KiB) Viewed 14574 times
more keywords that you should look at would then be:
- ADC
- INTerrupting ( VSync, HSync )
parallelmode
- I2S
hope this helps for first steps
best wishes
rudi
edit: typo