[NEW] web_widget_image_webcam: New Module that allows to take image with webcam

This commit is contained in:
Siddharth Bhalgami
2016-09-14 14:01:14 +05:30
parent 163145da19
commit cc10fefd8e
11 changed files with 1000 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
/*
Copyright 2016 Siddharth Bhalgami <siddharth.bhalgami@techreceptives.com>
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
*/
.openerp .oe_form .oe_form_field_image .oe_form_field_image_controls
.oe_form_binary_file_web_cam {
color: inherit;
}
.live_webcam_outer_div, .webcam_result_outer_div {
padding-left: 20px;
}
#webcam_result img {
max-width: 320px;
max-height: 240px;
}
#live_webcam {
width: 320px;
height: 240px;
}
.direction_icon {
text-align: center;
}