Opencv: It seems that your device does not support camera(or it is locked)












1















I use face_detection of opencv 2.4.5 with Android 4.2.2 on my samsung tablet of Android 4.0.4. The application could use the front camera to calibrate my face. However, when I use this application to play video and face_detection simultaneously, it warns that: "It seems that your device does not support camera(or it is locked)". Do you have any idea of what is happening? Actually, I get the code from a previous application, and the application can run smoothly in his computer and tablet, so I guess there may not be any coding problem.










share|improve this question



























    1















    I use face_detection of opencv 2.4.5 with Android 4.2.2 on my samsung tablet of Android 4.0.4. The application could use the front camera to calibrate my face. However, when I use this application to play video and face_detection simultaneously, it warns that: "It seems that your device does not support camera(or it is locked)". Do you have any idea of what is happening? Actually, I get the code from a previous application, and the application can run smoothly in his computer and tablet, so I guess there may not be any coding problem.










    share|improve this question

























      1












      1








      1








      I use face_detection of opencv 2.4.5 with Android 4.2.2 on my samsung tablet of Android 4.0.4. The application could use the front camera to calibrate my face. However, when I use this application to play video and face_detection simultaneously, it warns that: "It seems that your device does not support camera(or it is locked)". Do you have any idea of what is happening? Actually, I get the code from a previous application, and the application can run smoothly in his computer and tablet, so I guess there may not be any coding problem.










      share|improve this question














      I use face_detection of opencv 2.4.5 with Android 4.2.2 on my samsung tablet of Android 4.0.4. The application could use the front camera to calibrate my face. However, when I use this application to play video and face_detection simultaneously, it warns that: "It seems that your device does not support camera(or it is locked)". Do you have any idea of what is happening? Actually, I get the code from a previous application, and the application can run smoothly in his computer and tablet, so I guess there may not be any coding problem.







      android opencv






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 8 '14 at 4:58









      RayRay

      613




      613
























          3 Answers
          3






          active

          oldest

          votes


















          1














          Just enable camera permission on the device settings. Works for Tango Device Phab2 (23API)

          Setting -> Apps -> Your App -> Enable Camera Permission.






          share|improve this answer































            0














            I have solved this problem. I added a library to the face_detection codes, and something wrong in "OpenCV Library - 2.4.5/src/org.opencv.android/JavaCameraView.java" The line 127 "mCamera.setParameters(params);" failed to run, so i annotated it, and the warn disappeared.






            share|improve this answer































              0














              I had this problem early today. Please, make sure you have placed the camera permissions on your AndroidManifest.xml.



              <uses-permission android:name="android.permission.CAMERA"/>





              share|improve this answer























                Your Answer






                StackExchange.ifUsing("editor", function () {
                StackExchange.using("externalEditor", function () {
                StackExchange.using("snippets", function () {
                StackExchange.snippets.init();
                });
                });
                }, "code-snippets");

                StackExchange.ready(function() {
                var channelOptions = {
                tags: "".split(" "),
                id: "1"
                };
                initTagRenderer("".split(" "), "".split(" "), channelOptions);

                StackExchange.using("externalEditor", function() {
                // Have to fire editor after snippets, if snippets enabled
                if (StackExchange.settings.snippets.snippetsEnabled) {
                StackExchange.using("snippets", function() {
                createEditor();
                });
                }
                else {
                createEditor();
                }
                });

                function createEditor() {
                StackExchange.prepareEditor({
                heartbeatType: 'answer',
                autoActivateHeartbeat: false,
                convertImagesToLinks: true,
                noModals: true,
                showLowRepImageUploadWarning: true,
                reputationToPostImages: 10,
                bindNavPrevention: true,
                postfix: "",
                imageUploader: {
                brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                allowUrls: true
                },
                onDemand: true,
                discardSelector: ".discard-answer"
                ,immediatelyShowMarkdownHelp:true
                });


                }
                });














                draft saved

                draft discarded


















                StackExchange.ready(
                function () {
                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f20987361%2fopencv-it-seems-that-your-device-does-not-support-cameraor-it-is-locked%23new-answer', 'question_page');
                }
                );

                Post as a guest















                Required, but never shown

























                3 Answers
                3






                active

                oldest

                votes








                3 Answers
                3






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                1














                Just enable camera permission on the device settings. Works for Tango Device Phab2 (23API)

                Setting -> Apps -> Your App -> Enable Camera Permission.






                share|improve this answer




























                  1














                  Just enable camera permission on the device settings. Works for Tango Device Phab2 (23API)

                  Setting -> Apps -> Your App -> Enable Camera Permission.






                  share|improve this answer


























                    1












                    1








                    1







                    Just enable camera permission on the device settings. Works for Tango Device Phab2 (23API)

                    Setting -> Apps -> Your App -> Enable Camera Permission.






                    share|improve this answer













                    Just enable camera permission on the device settings. Works for Tango Device Phab2 (23API)

                    Setting -> Apps -> Your App -> Enable Camera Permission.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Jun 21 '17 at 12:38









                    Egor TverdokhlebEgor Tverdokhleb

                    111




                    111

























                        0














                        I have solved this problem. I added a library to the face_detection codes, and something wrong in "OpenCV Library - 2.4.5/src/org.opencv.android/JavaCameraView.java" The line 127 "mCamera.setParameters(params);" failed to run, so i annotated it, and the warn disappeared.






                        share|improve this answer




























                          0














                          I have solved this problem. I added a library to the face_detection codes, and something wrong in "OpenCV Library - 2.4.5/src/org.opencv.android/JavaCameraView.java" The line 127 "mCamera.setParameters(params);" failed to run, so i annotated it, and the warn disappeared.






                          share|improve this answer


























                            0












                            0








                            0







                            I have solved this problem. I added a library to the face_detection codes, and something wrong in "OpenCV Library - 2.4.5/src/org.opencv.android/JavaCameraView.java" The line 127 "mCamera.setParameters(params);" failed to run, so i annotated it, and the warn disappeared.






                            share|improve this answer













                            I have solved this problem. I added a library to the face_detection codes, and something wrong in "OpenCV Library - 2.4.5/src/org.opencv.android/JavaCameraView.java" The line 127 "mCamera.setParameters(params);" failed to run, so i annotated it, and the warn disappeared.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Jan 27 '14 at 3:25









                            RayRay

                            613




                            613























                                0














                                I had this problem early today. Please, make sure you have placed the camera permissions on your AndroidManifest.xml.



                                <uses-permission android:name="android.permission.CAMERA"/>





                                share|improve this answer




























                                  0














                                  I had this problem early today. Please, make sure you have placed the camera permissions on your AndroidManifest.xml.



                                  <uses-permission android:name="android.permission.CAMERA"/>





                                  share|improve this answer


























                                    0












                                    0








                                    0







                                    I had this problem early today. Please, make sure you have placed the camera permissions on your AndroidManifest.xml.



                                    <uses-permission android:name="android.permission.CAMERA"/>





                                    share|improve this answer













                                    I had this problem early today. Please, make sure you have placed the camera permissions on your AndroidManifest.xml.



                                    <uses-permission android:name="android.permission.CAMERA"/>






                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered Apr 29 '15 at 19:35









                                    ErivaldoJuniorErivaldoJunior

                                    1




                                    1






























                                        draft saved

                                        draft discarded




















































                                        Thanks for contributing an answer to Stack Overflow!


                                        • Please be sure to answer the question. Provide details and share your research!

                                        But avoid



                                        • Asking for help, clarification, or responding to other answers.

                                        • Making statements based on opinion; back them up with references or personal experience.


                                        To learn more, see our tips on writing great answers.




                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function () {
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f20987361%2fopencv-it-seems-that-your-device-does-not-support-cameraor-it-is-locked%23new-answer', 'question_page');
                                        }
                                        );

                                        Post as a guest















                                        Required, but never shown





















































                                        Required, but never shown














                                        Required, but never shown












                                        Required, but never shown







                                        Required, but never shown

































                                        Required, but never shown














                                        Required, but never shown












                                        Required, but never shown







                                        Required, but never shown







                                        Popular posts from this blog

                                        Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

                                        Does disintegrating a polymorphed enemy still kill it after the 2018 errata?

                                        A Topological Invariant for $pi_3(U(n))$