Change-Id: I2e36ca60ba1b9b6c2c9d9216d6a20baa3641864b
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
MMCAM_DISPLAY_RECT_HEIGHT, &height,
NULL);
- if (ret != MM_ERROR_NONE) {
+ if (ret == MM_ERROR_NONE) {
LOGD("get roi area : %d,%d,%dx%d", x, y, width, height);
display_roi_area[0] = x;
int *__value__ = (int *)param; \
__sndMsg__ = muse_core_msg_json_factory_new(api, \
MUSE_TYPE_ARRAY, #param, \
- datum_size == sizeof(int)? length : \
+ datum_size == sizeof(int)? length / sizeof(int) : \
length / sizeof(int) + (length % sizeof(int)?1:0), \
__value__, \
0); \
Name: mmsvc-camera
Summary: A Camera module for muse server
-Version: 0.2.36
+Version: 0.2.37
Release: 0
Group: Multimedia/Libraries
License: Apache-2.0