Decided to try one of the v2 cams as LPR. Can anyone share ideal configuration? I seem to be getting either overexposed or underexposed picture when attempting with manual configuration.
can you just leave it in black/white mode 24/7? If you have another camera that can see the road in the daytime it'll get the vehicle's color for you.. loosing the focus on a plate reader is really detrimental.
var http = require('http'),
Cam = require('onvif').Cam;
new Cam({
hostname: <CAMERA_HOST>,
username: <USERNAME>,
password: <PASSWORD>
}, function(err) {
this.gotoPreset(5)
});
});
how about setting up separate presets that differ only in the focus for day/night and find a way to switch between them automatically at dusk/dawn?
yes, I set focus to manual in camera's UI and created separate presets for day & night
(same view - differ only in focus), then in BI camera properties/ schedule/ event schedule...
add events relative to sunrise & sunset that switch the cam to the appropriate preset.