Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Multicamera stability fixes#15

Open
kbillore wants to merge 2 commits intointel:A10_V1from
kbillore:stability
Open

Multicamera stability fixes#15
kbillore wants to merge 2 commits intointel:A10_V1from
kbillore:stability

Conversation

@kbillore
Copy link

No description provided.

Tracked-On : OAM-89744
Signed-off-by: Shiva Kumara  <shiva.kumara.rudrappa@intel.com>
Signed-off-by: kbillore <kaushal.billore@intel.com>
}
startRecordingVideo();
}
}catch (Exception e) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Introduce space between } and catch

if (mIsRecordingVideo) {
stopRecordingVideo();
} else {
if(ic_camera.getIsCameraOrSurveillance() == 1) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

introduce space between if and (

}
else {
Mactivity.visibleCameraSwitchButton();
if(ic_camera.getWhichCamera() == 0) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

introduce space between if and (

//Toast.makeText(mActivity, "camera split clicked ", Toast.LENGTH_LONG).show();
IntelCamera ic_camera = IntelCamera.getInstance();
MultiViewActivity Mactivity = (MultiViewActivity) mActivity;
if(ic_camera.getIsCameraOrSurveillance() == 0){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

introduce space between if and (

public void onClick(View v) {

IntelCamera ic_camera = IntelCamera.getInstance();
if(ic_camera.getWhichCamera() == 0) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

introduce space between if and (

}

FrameVisibility[0] = frameView0.getVisibility();
}else {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

introduce space between } and else

break;
case R.id.Record2:
this.setTitle("BotmLeftCam");
if(exitRecordScrnFlag == true) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

introduce space between if and (


FrameVisibility[3] = frameView3.getVisibility();

}else {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

introduce space between } and else


break;
case R.id.Record3:
if(exitRecordScrnFlag == true) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Introduce space between if and (

}

FrameVisibility[2] = frameView2.getVisibility();
}else {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Introduce space between } and else

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants