java Programming Glossary: camera
What is the best method to capture images from a live video device for use by a Java-based application? http://stackoverflow.com/questions/115835/what-is-the-best-method-to-capture-images-from-a-live-video-device-for-use-by-a purpose of this discussion Latency if I'm controlling the camera using this video stream I would like to keep my round trip latency.. EDIT some time later another thing to keep in mind is that camera control is likely to be a combination of manual and automatic.. CaptureImage private static void captureFrame 0 default camera 1 next...so on final OpenCVFrameGrabber grabber new OpenCVFrameGrabber..
Custom button not working on mac (ButtonUI) http://stackoverflow.com/questions/14589119/custom-button-not-working-on-mac-buttonui Two SmallButton thirdSmallButton new SmallButton ImageIcon cameraIcon ImageIcon ResourceLoader.getIcon camera SmallButton fourth.. ImageIcon cameraIcon ImageIcon ResourceLoader.getIcon camera SmallButton fourth new SmallButton fourth.setAction new AbstractAction.. System.out.println Fourth button pressed fourth.setIcon cameraIcon buttonPanel.add firstSmallButton buttonPanel.add secondSmallButton..
Getting frames from Video Image in Android http://stackoverflow.com/questions/1893072/getting-frames-from-video-image-in-android I've implemented a simple application which shows the camera picture on the screen. What I like to do now is grab a single.. crash. So what is the right way to do this java android camera share improve this question Ok what we ended up doing is..
Using the camera activity in Android http://stackoverflow.com/questions/2314958/using-the-camera-activity-in-android the camera activity in Android If you want to use the built in camera.. activity in Android If you want to use the built in camera activity which uses the native Android camera simply do the.. the built in camera activity which uses the native Android camera simply do the following. Intent camera new Intent MediaStore.ACTION_IMAGE_CAPTURE..
converting Java bitmap to byte array http://stackoverflow.com/questions/4989182/converting-java-bitmap-to-byte-array the bytes are all 0... The bitmap returned from the camera is immutable... but that shouldn't matter since it's doing a..
Android Camera will not work. startPreview fails http://stackoverflow.com/questions/7942378/android-camera-will-not-work-startpreview-fails SurfaceHolder.Callback PreviewCallback private Camera camera Camera.Size use_size MyRenderer renderer public CameraSurfaceView.. getHolder holder.addCallback this Debug.out Init CSV camera Camera.open public void surfaceCreated SurfaceHolder holder.. void surfaceCreated SurfaceHolder holder Debug.out SC try camera.setPreviewDisplay holder catch IOException e Debug.out Could..
Playing video on TextureView http://stackoverflow.com/questions/10736517/playing-video-on-textureview to play a video in .3gp .mp4 format not video from the Camera Any help would be appreciated.. Update Here is how you can do..
What is the best method to capture images from a live video device for use by a Java-based application? http://stackoverflow.com/questions/115835/what-is-the-best-method-to-capture-images-from-a-live-video-device-for-use-by-a There is also post on viewing live video from Camera .And configuration for JavaCV I think this will meet your requirements...
Java using AES 256 and 128 Symmetric-key encryption http://stackoverflow.com/questions/6538485/java-using-aes-256-and-128-symmetric-key-encryption
How to get Latitude and Longitude infromation from picture http://stackoverflow.com/questions/6798508/how-to-get-latitude-and-longitude-infromation-from-picture exif ExifInterface.TAG_IMAGE_WIDTH n n builder.append Camera Make getExifTag exif ExifInterface.TAG_MAKE n builder.append.. getExifTag exif ExifInterface.TAG_MAKE n builder.append Camera Model getExifTag exif ExifInterface.TAG_MODEL n builder.append.. getExifTag exif ExifInterface.TAG_MODEL n builder.append Camera Orientation getExifTag exif ExifInterface.TAG_ORIENTATION n..
How to use Camera to take picture in a background Service on Android? http://stackoverflow.com/questions/7398897/how-to-use-camera-to-take-picture-in-a-background-service-on-android to use Camera to take picture in a background Service on Android I'm developing.. to the web. Now I want to upload an image taken by the Camera. Is it possible to use the camera in a background service without..
Changing the Coordinate System in LibGDX (Java) http://stackoverflow.com/questions/7708379/changing-the-coordinate-system-in-libgdx-java libgdx share improve this question If you use a Camera which you should changing the coordinate system is pretty simple.. coordinate system is pretty simple camera new OrthographicCamera Gdx.graphics.getWidth Gdx.graphics.getHeight camera.setToOrtho..
Android Camera will not work. startPreview fails http://stackoverflow.com/questions/7942378/android-camera-will-not-work-startpreview-fails Camera will not work. startPreview fails I'm getting these errors.. I'm getting these errors from LogCat 10 30 00 31 51.494 D CameraHal 1205 CameraHal setOverlay 1 00000000 00000000 10 30 00 31.. errors from LogCat 10 30 00 31 51.494 D CameraHal 1205 CameraHal setOverlay 1 00000000 00000000 10 30 00 31 51.494 E CameraHal..
Android: how to display camera preview with callback? http://stackoverflow.com/questions/8350230/android-how-to-display-camera-preview-with-callback code is essentially public void onPreviewFrame byte data Camera camera int width int height int frameSize width height int rgba..
Basic render 3D perspective projection onto 2D screen with camera (without opengl) http://stackoverflow.com/questions/8633034/basic-render-3d-perspective-projection-onto-2d-screen-with-camera-without-openg Let's say I have a data structure like the following Camera double x y z ideally the camera angle is positioned to aim at.. space. I want to project that 3d point onto the 2d screen. Camera.x 0 Camera.y 10 Camera.z 10 ideally I want the camera to point.. to project that 3d point onto the 2d screen. Camera.x 0 Camera.y 10 Camera.z 10 ideally I want the camera to point at the ground..
|