The autofocus tag has no wiki summary.
0
votes
0answers
7 views
Chrome Extension - first link is auto-focused in popup
How do I stop my Google Chrome extension's default action to auto-focus the first link in my popup.html? I know I could probably do some roundabout hack with JS or change the :focus CSS, but I think ...
0
votes
0answers
25 views
Android : Why autofocus don't work on sdk 10?
I have an application that uses camera to scan a barcode. But autofocus don't work on sdk 10 and works perfectly for 10+. I don't know where the problem is.
0
votes
0answers
34 views
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 ...
0
votes
0answers
27 views
How to set Camera Auto focus area in Gingerbread?
Is it possible to set the focus area in Gingerbread? I know we can do this in API level 14 or higher with setFocusAreas(). How do we do it in gingerbread?
0
votes
2answers
163 views
zxing barcode scanner autofocus not working
I'm able to successfully integrate barcode scanner using zxing library to make a standalone scanner. The problem that is coming in my application is the autofocus. Camera in my app is taking the ...
0
votes
0answers
80 views
takePicture failed after autofocus for the second time
I am developing an android camera app, using autofocus.
The issue, i am able to capture for the first time, but when i am trying to capture for the second time the below exception occurs.
4-19 ...
1
vote
0answers
30 views
How to detect camera orientation for correct drawing finish image in liveview?
How can I:
Detect camera orientation in live view mode?
Set autofocus to on taken image?
Detect situation, when to set autofocus had failed
I am using EDSDK 2.10 and a Canon EOS 500D camera.
1
vote
0answers
52 views
iphone camera show focus rectangle
I am cloning Apple's camera app using AVCaptureSession based on Apple's AppCam app sample.
The problem is I cannot see focus rectangle in the video preview screen.
I used following code for setting ...
0
votes
1answer
38 views
Autofocus only working on page refresh
I have a form which is in a popup, I've set the autofocus attribute autofocus="autofocus" but it is not focusing when the form loads however it will focus if you refresh the page. The form is inserted ...
1
vote
1answer
20 views
Acrobat Autofocus
Does anyone know a script for autofocusing on a field in a pdf? I tried the standard javascript .focus() method on page open, but it doesn't seem to like it. Given that I can't find anything on Google ...
0
votes
1answer
87 views
Lose focus on exit edit text and save state
I have an edit text, when I enter something here and tap outside, the focus and the softkey board should hide and change the visibility of a button if the value entered is not empty. If I again enter ...
0
votes
5answers
67 views
focus of EditText in android [duplicate]
I have three screens in my application, and these have 3 editTexts each screen.
My problem is that , when ever these activities are launched, defaultly cursor is going to the first edittext and ...
0
votes
1answer
155 views
Android camera auto focusing stops when unplugged from the charger
I am using ZXing Barcode Scanner library in my app and I'm experiencing the following bug: camera auto focus works only if the device is plugged to the charger. As soon as I unplug the device, the ...
3
votes
1answer
207 views
Failed to take picture using auto-focus
I have searched some solutions with my problem and sure there are many related issues regarding it but nothing solves my concern.
I am receiving a runtime exception : takepicture ...
0
votes
0answers
289 views
Kendo UI grid filter autofocus
When using Kendo grids, opening the filter options will give the first operator focus. I understand this I useful when there is multiple operators but I only allow the contains operator so would like ...
0
votes
1answer
155 views
Calling takePicture inside AutoFocusCallback causes Error 100
I have run into what I think is a device specific issue, but I wanted to see if anyone else has seen this behavior before. Below is the code I am using to capture a JPEG in my camera activity:
...
5
votes
2answers
3k views
How to set focus in AngularJS?
What is the 'Angular way' to set focus on input field in AngularJS?
More specific requirements:
When a Modal is opened, set focus on a predefined <input> inside this Modal.
Everytime ...
0
votes
0answers
218 views
autofocus in android jellybean
I am working on a small android image processing project.
Earlier I was testing my code on Samsung Galaxy Ace and the code was fine.
Now I have got a new phone Samsung Galaxy grand which has 8 ...
0
votes
0answers
180 views
HTML5 AutoFocus attribute causes Firefox to scroll to bottom of page
We have an HTML5 application (<!DOCTYPE html>) with Twitter Bootstrap and various other JavaScript libraries (including jQuery) - all running on their current versions.
The page contains a text ...
1
vote
0answers
45 views
Stop EditText from gaining focus at Actvity startup on Nexus 7 - 4.2 version
Note: I am not sure to post this question or should I reopen the previous question. I am posting this because It is only related to (4.2 version)
It seems this question repeating again previously it ...
3
votes
2answers
116 views
Auto-focus feature for tag-it
In the plugin tag-it from https://github.com/aehlke/tag-it (demo - http://aehlke.github.com/tag-it/examples.html), how is it possible to add the autofocus (i.e If set to true the first item will ...
1
vote
2answers
93 views
Input text wouldn't take autofocus after created dynamicaly on FF
I click a span, an input text is created with autofocus attribute (I also tried with autofocus="focus").
on Chrome, Opera, Safari, and even IE, the input text take the autofocus but only Firefox ...
0
votes
1answer
213 views
Using Camera API in jellybean
Could anyone provide a sample code for using the Camera API for Android 4.1 and 4.2 as given in this link: Link
I am currently using this code for older versions but it does not work in Jellybean ...
2
votes
0answers
259 views
Autofocus for video capture in OpenCV4Android 2.4.3
I have a problem with auto focus while taking a video with android opencv. I found a lot of solution suggest me to use mCamera. However It is used only for taking photos. Are there any function in ...
0
votes
0answers
37 views
Some questions about android camera (using preview in Activity)
I have several questions about android's camera.
How to use it in Activity I already know, but I'd like to know why on some devices camera.autoFocus(AutoFocusCallback autoFocusCallback)? Is there a ...
1
vote
1answer
180 views
Issue with initial focus while scanning QR-code with ZBar
I created an app which uses ZBar to scan QR-codes. While testing I noticed that there are problems with auto-focus.
When I aim my iPad at a QR-code prior to starting the scan, it shows a green ...
0
votes
2answers
153 views
focus textbox only if value is empty
I'm currently using the html5 autofocus for a login form. I am looking for a function that will autofocus the username textbox only if empty, and if not empty to autofocus on the next textbox.
2
votes
1answer
546 views
Android FOCUS_MODE_CONTINUOUS_VIDEO and capturing preview frames
I'm developing an image recognition app and would like the camera to focus automatically all the time. The folks at ZXing have solved this problem by calling autofocus() every few seconds, but on some ...
0
votes
1answer
285 views
jquery ui 1.9.0 autocomplete autofocus not working
Antecedents:
jquery-ui-1.9.0.custom.min.css
jquery-1.8.2.js
jquery-ui-1.9.0.custom.min.js
The code is as follows:
$("#origen, #destino").autocomplete({
source: function(request, ...
0
votes
1answer
262 views
android autofocus for surfaceview camera
I use surfaceview way of showing camera for my qrcode scanner application in android. i get the preview frames continously using onPreviewFrame callback and i start detecting qrcode from that. Now i ...
0
votes
0answers
90 views
Updating JList forces a window focus
I have a Java Swing app that I'm writing, that connects to my minecraft server and acts as administrative aid. It has a JList object in one of its panes that keeps track of which players are online. ...
0
votes
3answers
162 views
Using autofocus in IE
I am a newbie in html and I m trying to set autofocus on an input text field...
But this is not supported in IE... is it possible to use JS in order to solve this problem?
0
votes
1answer
127 views
Autofocus After reload function on different fields
I have a form for example:
Country1 - State1 - City1 - (all three are drop-downs)
These are 3 different fields having unique ID, I can add more row & that will give me
Country2 - State2 - City2
...
1
vote
2answers
558 views
Autofocus on input field when div slides down
I have is a hidden div. When the button is clicked, the div slides down with an input field. How do I make this input field autofocus as soon as the div slides down? Thanks.
<input type="text" ...
0
votes
1answer
485 views
android camera continuous focus (on demand)
i am using samsung galaxy s2,i ve noticed that in video recording mode when i press record button the camera continuously focus on the object.but in preview mode it does n't.i want to use continuous ...
1
vote
1answer
485 views
How to make edittext autofocus after showing a Toast?
I have a EditText that reads a 13 digit barcode. What I want to do is to keep the virtual keyboard shown on the screen and the EditText to always have focus. The following code let me write the ...
0
votes
0answers
62 views
wordpress autofocus theme
The wordpress theme 'autofocus pro' is a great theme for photo and video but the vimeo oembeds do not work in Internet Explorer. I wondered if anyone could help solve this as a lot of people have the ...
0
votes
0answers
219 views
Blackberry Camera Autofocus devices
Can anyone please tell me which blackberry devices support the Auto-focus camera?
or from where I can get that information?
Thanks in advance
3
votes
2answers
240 views
Android Camera Button Half Way Pressed Listener
I have tried looking for an answer for this but was unable to find one.
I am building a custom camera app and have got the basics to work. I have also been able to block the camera button from ...
0
votes
1answer
891 views
camera parameters.setFocusMode is not working
I am trying to set the camera autofocus ON ... but whenever i set setFocusMode the application crashes..
java.lang.RuntimeException: setParameters failed
my code is :
Camera.Parameters ...
1
vote
1answer
560 views
Can I use autofocus on an element with contenteditable?
I'm using the contenteditable attribute on a <div> in order to make it act as a text field on demand (for users to rename something). But I want to enable autofocus on it as well, so users can ...
1
vote
1answer
329 views
Autofocus in Windows Phone 7 Camera
I am writing an WP7 app that use camera to capture and process images. One of the critical requirement for the images is to always be focused. Unfortunately, the WP7 doesn't support autofocus. And by ...
1
vote
4answers
607 views
How to set autofocus only in xaml?
Is it possible, to set the autofocus to the textbox in my xaml file?
<Window x:Class="WpfApplication1.Views.Test1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...
0
votes
0answers
296 views
Android onAutoFocus
I am trying to modify some inherited code to take a picture when focus is achieved. It sounds simple but is proving difficult. The user releases the shutter button when the target is suitable framed. ...
1
vote
1answer
515 views
Android 4 - Camera White Balancing stops after autoFocus
In my current application, I've got a class holding an instance of a Camera object and trying to do the following:
1) Wait for a specified time, e.g. nothing (this is done via a TimerTask)
2) Request ...
2
votes
0answers
331 views
many focused pictures with one focusing in android?
I'm making an Android application that should take pictures with an interval of one second. The problem is that if you focus the picture before each picture, intervals get too long. Camera.autoFocus() ...
0
votes
1answer
616 views
change the camera focus using Flex 4 and action script 3
I have developed video chat application for android device using Flex 4 and action script 3. all working fine. now the problem is camera focus. when I using my android device for video chat , the ...
0
votes
2answers
249 views
Autofocus on fields with a default value
The problem I'm having is that I have a default value in a field, "0.00," that shows the user the format that is valid. I can use placeholder, but that disappears on autofocus. The default value is ...
0
votes
1answer
322 views
auto focus the same textbox on blur
I need to focus the text box which on blur moves to next box. but, if an error is detected it needs to be focused again.
here is my code
<input type="text" id="error_code'" name="errorcode[]" ...
3
votes
2answers
3k views
How to develop a Face recognition iPhone app? [closed]
I am trying to develop an iPhone for Face recognition/detection. In my app i want to make my iPhone camera should be auto focused and auto capture.
How to recognition the face from iPhone app?
It ...

