Can we use takePicture() in android without camera preview? I need to take a picture secretly for security purposes

srv242

I tried few codes from here :

How to capture an image in background without using the camera application

and this

Android Camera API Tutorial.

This question may seem duplicated, but I really want to know that can this be done over API level 21?

Thanks in advance.

Alex Brock

According to android.developer.com, no.

https://developer.android.com/reference/android/hardware/Camera.html

"Important: Call startPreview() to start updating the preview surface. Preview must be started before you can take a picture."

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Can I use Android Camera in service without preview?

From Dev

Android - Take picture without preview

From Dev

Android Camera2 : can't take picture with front camera

From Dev

Android Camera Preview Callback slow down We need the constant fps

From Dev

Android Camera Preview Callback slow down We need the constant fps

From Dev

What permission I need in order to use camera flash in camera preview?

From Dev

Android Camera takePicture() failed

From Dev

Camera.PictureCallback stop preview after take a picture

From Dev

I want to open the android camera without saving the picture to gallery

From Dev

How to use flash to take picture on custom camera?

From Dev

How to use flash to take picture on custom camera?

From Dev

Android Camera Preview Stretched in Preview, Not After Picture Taken

From Dev

Android - take picture - pass uri to camera app

From Dev

Android using front facing camera to take a picture

From Dev

Android - take picture - pass uri to camera app

From Dev

Take picture with front camera in android service

From Dev

How can we use amazon web services for testing purposes [without payments with cards]

From Dev

I can't see preview of camera when starting activity on android

From Dev

ANDROID STUDIO: Take picture with Camera API -> Send this picture to another activity

From Dev

Capture picture without preview using camera2 API

From Dev

Taking picture without camera preview not working in lollipop and above version

From Dev

Can I take Black and White pictures using android camera intent?

From Dev

Can I take Black and White pictures using android camera intent?

From Dev

Taking picture with Android Camera Preview and saving in SQL database is crashing

From Dev

Preview mode must have started before you can take a picture

From Dev

Preview mode must have started before you can take a picture

From Dev

How to use OpenCV methods in Android Camera Preview

From Dev

Android Camera Preview - take only a part of the screen data

From Dev

Take a picture from camera, compress it and store in location which i specific

Related Related

  1. 1

    Can I use Android Camera in service without preview?

  2. 2

    Android - Take picture without preview

  3. 3

    Android Camera2 : can't take picture with front camera

  4. 4

    Android Camera Preview Callback slow down We need the constant fps

  5. 5

    Android Camera Preview Callback slow down We need the constant fps

  6. 6

    What permission I need in order to use camera flash in camera preview?

  7. 7

    Android Camera takePicture() failed

  8. 8

    Camera.PictureCallback stop preview after take a picture

  9. 9

    I want to open the android camera without saving the picture to gallery

  10. 10

    How to use flash to take picture on custom camera?

  11. 11

    How to use flash to take picture on custom camera?

  12. 12

    Android Camera Preview Stretched in Preview, Not After Picture Taken

  13. 13

    Android - take picture - pass uri to camera app

  14. 14

    Android using front facing camera to take a picture

  15. 15

    Android - take picture - pass uri to camera app

  16. 16

    Take picture with front camera in android service

  17. 17

    How can we use amazon web services for testing purposes [without payments with cards]

  18. 18

    I can't see preview of camera when starting activity on android

  19. 19

    ANDROID STUDIO: Take picture with Camera API -> Send this picture to another activity

  20. 20

    Capture picture without preview using camera2 API

  21. 21

    Taking picture without camera preview not working in lollipop and above version

  22. 22

    Can I take Black and White pictures using android camera intent?

  23. 23

    Can I take Black and White pictures using android camera intent?

  24. 24

    Taking picture with Android Camera Preview and saving in SQL database is crashing

  25. 25

    Preview mode must have started before you can take a picture

  26. 26

    Preview mode must have started before you can take a picture

  27. 27

    How to use OpenCV methods in Android Camera Preview

  28. 28

    Android Camera Preview - take only a part of the screen data

  29. 29

    Take a picture from camera, compress it and store in location which i specific

HotTag

Archive