Results 1 to 6 of 6

Thread: Camera review turns black screen in Samsung Galaxy Tab

  1. #1
    Join Date
    Apr 2011
    Posts
    56

    Camera review turns black screen in Samsung Galaxy Tab

    Yes guys this particular application is not working in my Samsung galaxy tab and it is giving me some black some images of whatever I click. So it is really worst happening now with my Samsung galaxy tab, at first every time when I used to click pictures it used to make review on that Image but sadly the application is not working at all. So tell me what should I do in such situation. Suggest me some solutions that I can try out here.

  2. #2
    Join Date
    Nov 2009
    Posts
    3,017

    Re: Camera review turns black screen in Samsung Galaxy Tab

    Try changing the height and the width of the pixels from the settings and then see if you can set the image quality properly or not. See its an application problem, so you cannot do much about it. So better do not worry about it go ahead and change the settings accordingly and let us know if you have got the results that you were looking for. I think it must do in case if it does not then do get back to me we will try and make some changes in it.

  3. #3
    Join Date
    Jun 2009
    Posts
    4,586

    Re: Camera review turns black screen in Samsung Galaxy Tab

    Well I have got a code for you, just try adjusting the width and the height of the image that you have clicked with this code and then see if you are getting the appropriate result.
    Code:
    public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
            try{
                Camera.Parameters param = mCamera.getParameters();
                mCamera.setPreviewDisplay(camaSurfaceHolder);
                int widPi = dm.widPi;
                int heiPi = dm.heiPi;
                try{              
      param.setPreviewSize(widPi, heiPi);
                    param.setPictureSize(widPi, heiPi);
                } catch (Exception e){
                    Log.e(TAG, e.getMessage());
                }
                mCamera.setParameters(param);
                mCamera.startPreview();
            } catch (IOException e){
                Log.e(TAG, e.getMessage());
            }
        }
    Just try out with the above coding and let me know if it works or not.

  4. #4
    Join Date
    Mar 2010
    Posts
    2,529

    Re: Camera review turns black screen in Samsung Galaxy Tab

    See if you are having problem with the application then it is best advisable to remove that application and then install the application again. See if that helps or not. See there may be a possibility that the application must not be working and hence it is giving you such problem. So that’s why I am suggesting you this solution who knows you might get with the desired result. In case if works then let me know about it, it would be great to hear some positive response from your side.

  5. #5
    Join Date
    Mar 2010
    Posts
    1,937

    Re: Camera review turns black screen in Samsung Galaxy Tab

    If none of the solutions did not work out with you then it is better to have a talk with the android customer support about this issue they will advice you accordingly on the situation and that might help. Just go and report the problem to them I am sure they will advice you something on the issue. So I hope you have got the necessary information that you were looking for. Go ahead and have a talk with them and let us know if that helped or not.

  6. #6
    Join Date
    Apr 2011
    Posts
    56

    Re: Camera review turns black screen in Samsung Galaxy Tab

    Thanks for the information but sorry to say none of the solutions did work for me. I also tried adjusting the width and the height of the images with that coding but that also did not help me much. Even tried uninstalling the application and then installed it again but none of them helped me. So I am expecting some more solutions from you all. So can you recommend me something more, if you have any help for me then please do recommend me something more.

Similar Threads

  1. Replies: 3
    Last Post: 16-08-2012, 11:32 AM
  2. Samsung Galaxy Tab 10.1 turns off when kept idle
    By Khagendr in forum Portable Devices
    Replies: 12
    Last Post: 07-09-2011, 04:13 PM
  3. What’s the review for camera of Samsung brand
    By Ashley Parker in forum Portable Devices
    Replies: 6
    Last Post: 09-08-2011, 10:21 PM
  4. Replies: 5
    Last Post: 30-07-2011, 05:18 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,583,807.13874 seconds with 17 queries