to a microcontroller as ESP32 or Arduino MKR in order to transmit the H.265 compressed data streaming output produced by this cam module to a client using microcontroller,
since normal cam modules don't support such codecs and these microcontrollers aren't powerful enough to barely deal with High Efficiency video encoding, or work with huge data streams of raw high resolutions videos, contrarily to this kind of CCTV modules that integrate a dedicated hardware encoder to process video,
but they could be used to route the compressed data traffic (that after the H.265 compression performed by cam ISP has low bitrate) to their integrated transmission modules along others info collected by sensors attached.
Problem:
I don't know how these kinds of modules that seems to have some kind of CCTV ethernet could be interfaced to microcontroller.
Any help would be appreciated
In datasheet there are only described general specs and generic information for common CCTV IP cam use, nothing related to the kind of use with microcontrollers I have described.
it has an IR in pin. If that comes from a remote control it is expecting a data stream there. if it comes from a PIR sensor it gets triggered there. I would research that first
It is just for CDS light sensor in case you want to use module with photo-cell to turn on automatically the Infra-Red lights in the night, not really important for my use. What is really relevant is the interface to get recorded data stream that microcontroller should route.
I think microcontrollers are insufficient for intricate H.265 encoding. Inquiries revolve around integrating the camera's Ethernet into microcontrollers for compressed data and sensor data routing.