問題タブ [autofocus]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 2 回目のオートフォーカス後に takePicture が失敗する
オートフォーカスを使用してAndroidカメラアプリを開発しています。
問題は、初めてキャプチャすることはできますが、2 回目にキャプチャしようとすると、以下の例外が発生することです。
ただし、オートフォーカス機能のないカメラで撮影している間は問題なく動作します。
以下にコードを添付しました
MainActivity.java
Preview.java
マニフェスト:
どこにも正確な解決策が見つかりませんでした。助けてください。
android - zxing バーコード スキャナーのオートフォーカスが機能しない
zxing ライブラリを使用してバーコード スキャナーを正常に統合し、スタンドアロン スキャナーを作成することができました。私のアプリケーションで発生している問題は、オートフォーカスです。アプリのカメラが最初のフォーカスを取り、リセットされません。たとえば。最初にカメラを暗い表面に向けてから、バーコードのあるページに焦点を合わせると、ページのテキストは表示されません. コントラストが高すぎる。このコントラストは、zxing によるバーコード スキャナー アプリのようにリセットされません。
zxing ライブラリを使用している pvr cinemas のような他のアプリを見たことがありますが、私のデバイスではこの問題に関して問題なく動作しています。彼らの焦点はリセットされつつあります。
私はこのチュートリアルに従いました
opencv - Stereo rig Calibration using two webcameras with autofocus technology
DISCLAIMER: Apologies for this very large question, as it could take a lot of your time.
I have a stereo setup consisting of two webcams these cameras possess auto-focus technology. The stereo setup is in canonical configuration where the cameras are separated by 10 cm distance.
I am using the stereo_calib.cpp program for stereo calibration, provided by the OpenCV sample programs.
Initially, I have captured the chessboard images by my stereo rig as the way it is shown in the sample cpp stereo images, and then tried to calibrate the setup, but the stereo rectification was either completely blank or the undistorted left and right images are tilted about 40 degrees.
As this was the case, then I have captured a set of 17 stereo pair chessboard images by keeping the Z distance constant, without any rotation, at this point the stereo images were correctly rectified in the process of stereo calibration. This Working Set contains the images of chessboard taken by the stereo setup along with the program and the image of how well the rectification has been achieved.
Later, when I was trying to calibrate the stereo setup again (as the cameras in the stereo setup was disturbed), with another new set of images of the chessboard taken by my stereo rig, the program is unable to rectify the stereo images. I am providing the Non Working Set where you can check the images taken by the stereo setup along with the images of the rectification.
As a picture is worth a thousand words.
You gotta see the output images of the provided program, which let you know much more than what I could say in my own words.
I am trying to find some new ways of stereo face recognition techniques.
Any help in this regard is highly appreciated.
And adding to this, I also need some existing techniques by which I could kick start my experimentation on new ways of face recognition using the stereo information.
ios - カメラビューのコンテンツが変更されたときに、「タップしてフォーカス」から「オートフォーカス」に。標準の Camera アプリや iOS 用の UIImagePickerController のようなロジックはありますか?
ビュー内のコンテンツが変更されたときにフォーカスが失われた後、特定の POI での「タップしてフォーカス」状態から「オート フォーカス」状態に自動的に戻る切り替えを処理するにはどうすればよいですか? 標準のカメラ アプリまたは UIImagePickerController でフォーカスの動作に気付いた場合は、フォーカスのある領域をタップして電話を離した後、カメラが自動的に画面中央の連続オート フォーカスに切り替わることがあります。
UIImagePickerController が提供できるものよりも柔軟性が必要なので、最初に AVFoundation を使用して UIImagePickerController の動作を模倣する必要があります...
opencv - ロジクール カメラから対象物までの距離を見つける
カメラから物体までの距離を知りたい。ここでは、単一のカメラを使用していることに注意してください。カメラのオートフォーカスは、カメラから特定の距離にある平面に焦点を合わせます。
この焦点距離を見つける方法はありますか?
php - 入力フォームのオートフォーカス
入力フォームにオートフォーカスを設定しようとしています。既存の例をプログラムに適用するのに混乱しています。誰か助けてください。ありがとう。