Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8870005
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T17:36:58+00:00 2026-06-14T17:36:58+00:00

I am having an issue with the camera class on android 2.2 tablet. The

  • 0

I am having an issue with the camera class on android 2.2 tablet. The problem is that when activating the camera preview, I see static as seen below:

http://i81.photobucket.com/albums/j237/bwyyoung/Develop/IMG_0119.jpg

The static is seen below, even when I operate the camera class on full screen.

My code for the camera is below:

public class OoohaPrototypeActivity extends Activity {
/** Called when the activity is first created. */
private CameraPreview mPreview;
Camera mCamera;
int numberOfCameras;
int cameraCurrentlyLocked;

// The first rear facing camera
int defaultCameraId;

@Override
public void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.main);


    mPreview = new CameraPreview(this);
     setContentView(mPreview);
}

I face the same issue even after restarting the tablet. The tablet’s normal camera app preview works fine though. The CameraPreview class is the same one seen in
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/CameraPreview.html

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T17:36:59+00:00Added an answer on June 14, 2026 at 5:36 pm

    This is an old thread, but I might be of assistance, does your tablet has a front facing camera only ? the camera.open(); will return null on if you’re tablet does not have a rear facing camera.

    Therefore what is probably best is to check for a null, and open the default camera using something like

    Intent cameraIntent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);
    cameraIntent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 1);
    setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);
    startActivityForResult(cameraIntent, CAMERA_PIC_REQUEST);
    

    and handle the result of this call

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I having issue that content assistant / intellisense is working in methods such as
Having an issue resizing the #main_wrap on: http://www.coffeeproteindrink.com/method-athlete/ #main_wrap { min-height: 100%; background: url(images/content_back.png)
Having an issue here that I have tried everything I can think of but
I am having an issue that I discussed on the Haxe IRC channel but
Here is the issue I am having. I have a JToolBar that contains 3
I'm having issue with Action Listener of a JTable that being updated according the
I'm having an issue where I'm using the camera app to take a photo
I'm having an issue with storing member variables that are of RapidXML datatypes. I
I am having an issue with getting the name of an image that is
I am having some problems with Phonegap and the Android Camera API. I can

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.