You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uncommenting these lines did not show watermark;
Bitmap bitmap = BitmapFactory.decodeResource(getResources(), R.drawable.watermark);
Watermark watermark = new Watermark(bitmap, 300, 300, WatermarkPosition.WATERMARK_ORIENTATION_TOP_LEFT, 8, 8);
cameraView.setWatermark(watermark);
The text was updated successfully, but these errors were encountered:
uncommenting these lines did not show watermark;
Bitmap bitmap = BitmapFactory.decodeResource(getResources(), R.drawable.watermark);
Watermark watermark = new Watermark(bitmap, 300, 300, WatermarkPosition.WATERMARK_ORIENTATION_TOP_LEFT, 8, 8);
cameraView.setWatermark(watermark);
The text was updated successfully, but these errors were encountered: