Changelog#
v1.3.2#
[demo] specify crop resolution of the camera image with
-w_crop
and-h_crop
options[demo] new
-s_crop
option to specify crop scaling factor[demo] new optional
-s/--storage_path
option to specify a directory where to save settings and images[demo] new optional
-rot/--rotation_angle
option to specify the rotation angle of the camera image[demo] save a snapshot of the screen by pressing s and a snapshot of the frame by pressing v
[demo] fixed issues with image dimensions when using a ROI
v1.3.0#
[lib] possibility to use multiple instances of DVI object, also in multiple threads
[lib] possibility to call setup method again to change the image size
[demo] during test, press b to go back to acquisition step
v1.2.0#
[demo] set up a ROI over the image: the ROI can be defined from the GUI before starting the image grabbing for the training; get more info from the helper by pressing h
[demo] adjust camera exposure; get more info from the helper by pressing h
[demo] zoom in, on a specific spot: just touch on the detail in the image you want to zoom in; touch again to zoom out;
[demo] work in graylevel mode, by launching app.py with
-gray True
[demo] use a specific camera resolution, by launching app.py with
-w_img value -h_img value
v1.1.0#
[lib] initial release
[demo] initial release