I have an old PTZ camera that comes with a hi3518ev200 and a ov2710 sensor.
The build for this chip works fine but does not include a driver for this sensor.
Using libsns_ov2710.so from the repo for the hi3516ev100, yields:
dlopen "/usr/lib/sensors/libsns_ov2710.so" error: Error relocating /usr/lib/sensors/libsns_ov2710.so: HI_MPI_ISP_SnsRegsCfg: symbol not found
when starting majestic.
Is there a simple way (i.e. w/o setting up a complete cross-compilation environment) to get my hands in the driver + config for a ov2710 that runs in my distribution? If not, how do I build this driver? I can't find the sources + build scripts.
I have an old PTZ camera that comes with a hi3518ev200 and a ov2710 sensor.
The build for this chip works fine but does not include a driver for this sensor.
Using
libsns_ov2710.sofrom the repo for the hi3516ev100, yields:dlopen "/usr/lib/sensors/libsns_ov2710.so" error: Error relocating /usr/lib/sensors/libsns_ov2710.so: HI_MPI_ISP_SnsRegsCfg: symbol not foundwhen starting majestic.
Is there a simple way (i.e. w/o setting up a complete cross-compilation environment) to get my hands in the driver + config for a ov2710 that runs in my distribution? If not, how do I build this driver? I can't find the sources + build scripts.