I need to map a face to a high quality 3d model so what is the best between kinect ,realsense ,etc ?and what is the hardware requirements to use it?
recommendation for the best 3d mapping tool?
276 Views Asked by hala At
2
There are 2 best solutions below
Related Questions in 3D
- Is there a way to import Collada files into Java?
- 3d mouse aim camera 3rd person vertical C#
- 3D B-Spline approximation
- MatLab 3-vector plot/mesh with colour-scale
- Matplotlib 3d: surface does not cover a line
- Draw a sphere on a billboard with world normal from a pointlist
- babylon skybox from hell
- Create histogram
- How to get accurate 3D depth from 2D screen mouse click for large scale object in OpenGL?
- Custom WhirlyGlobe Skin
- Converting 2D images to 3D
- How to setup camera to point at object
- Finding 3D coordinate of object
- MATLAB 3D sliding window on a volume
- How to check for collisions in ThreeJS?
Related Questions in CAMERA
- matlab crash during acquisition of pointgrey images
- My application has the camera access permission by default.How can i turned it off and ask for permission?
- 3d mouse aim camera 3rd person vertical C#
- Saving images as a burst on iOS
- Camera position based on model size?
- Three.js, Camera rotation around a point
- Android camera2.params.face rectangle placement on canvas
- Error with image view when displaying an image by camera capturing
- AVFoundation: toggle camera fails at CanAddInput
- CWAC-camera exception "Method called after release()" after exiting
- How to exactly fit camera preview to the screen
- Lock Camera orientation to portrait
- UICollectionView not showing images from CameraImage - Objective C
- Picture taken in portrait mode rotates
- android unable to resume activity on result using camera
Related Questions in KINECT
- Cannot get ZXing to work with Kinect ColorFrame
- How to lock on to a particular skeleton in Kinect SDK 2.0?
- Intel Edison with Kinect
- How to get Kinect working with Cinder on a Mac
- In Unity, how to animate upper body with kinect and lower body with mecanim animation
- reading and proceeding data constantly multithreading c# wpf
- Unable to run KinectAvatarsDemo for Kinect version 2 with KinectWapper
- Mouse left click and On-Screen-Keyboard
- Converting .OBJ Wavefront to depth data
- Kinectv2 normalizing depth values
- 3 channel depth image 1 channel
- USB3 Controller & Kinect 2
- Interactions with kinect version 2
- Finding Depth value for Color Pixels in Kinect
- Get depth distance from an object
Related Questions in REALSENSE
- RGBa image from intel realsense to matlab
- pass realsesense RGB-D images from unity to c++
- Intel realsense cam on win 7
- threshold depth distance in image opencvsharp c# intel realsense
- Display point cloud continuous c# Intel Realsense
- displaying Point3DCollection with Helixtoolkit c#
- Which technology is behind intel's realsense depth sensor?
- Detecting hands or body using running_mode=VIDEO / LIVE_STREAM (Mediapipe)
- When converting depth frame to surface normals I get this weird wavy artifacts. Where are they coming from?
- ImportError from file to file of the same folder in ROS Noetic package
- How to draw a video frame from PyRealSense2 on a PyGame canvas?
- How to check if Intel RealSense device is ready after hardware reset?
- How to get the depth at pixel x,y after post processing with RealSense?
- How to avoid point cloud waiveness of intel d415 at 2meter distance
- How to record depth stream from realsense L515
Related Questions in PRIMESENSE
- Performing 3D mapping with Primesense sensor in Python with openNI
- Openni "One or more of the following nodes could not be enumerated"
- PS1080 specification and depth Image
- PrimeSense Stream always waiting?
- 3D scene from two video files from two different angles
- Kinectproject with Nite Middleware and OpenNI throws Exceptions
- Crash on Nite initialisation in python program written using primesense2.2.0.30-5
- Primesense driver for Labview
- Linux and Primesense
- "No Devices connected" with PCL1.6 and Primesense Camera (Carmine 1.09)
- OpenNI: "Open failed: Device is in safe mode. Cannot start any stream!"
- How can I check the firmware version of a primesense Xtion camera?
- ArUco markers for primesense caramine 1.09 in python
- Is reference dot pattern of Asus Xtion Pro Live same as Kinect
- Finding (p,p+2) primes
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The camera that you have to choose depends on how far is the face from the camera. All different cameras work well in different distance ranges.
for example: in Kinect an object has to be minimum 0.5m (meters) away to detect depth of any object. Thus kinect v2 could be useful if the range is between 0.5m to 5m (though the range is higher for this device)
For short range:
Both the devices provide support in different languages and APIs are there using which the 3D point cloud could be created.
This area is in active research and new and better cameras are coming out.