Community Profile

photo

Anchit Dhar

Last seen: 8 days ago Active since 2013

Statistics

  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

View badges

Content Feed

View by

Answered
Increase frame grabbing speed with a Matrox Grabber Card
Hello, You can still use videoinput function to acquire from MATLAB alongside matroxcam. For this, you will need to install M...

9 years ago | 0

| accepted

Answered
Very few kinect device properties
There is an issue on this page. The object creation code: vid = videoinput('kinect',1,'RGB_640x480'); creates the object ...

9 years ago | 1

| accepted

Answered
How to Reduce the time of capturing image
Starting/Initializing the camera takes up some time. Starting/Stopping for each frame can slow down your application considerabl...

9 years ago | 0

Answered
connect samsung camera to matlab
The camera will have to be detected as an Imaging Device under Device manager and the camera drivers need to be UVC compliant/su...

9 years ago | 0

Answered
Image Acquisition Toolbox crashes when using a Point Grey Grasshopper3
Pointgrey USB3 cameras are supported release R2014a onwards. http://www.mathworks.com/help/imaq/release-notes.html

9 years ago | 0

Answered
Problem with image acquisition beeing pretty slow
Hello, The device properties on the source object cannot be set while acquiring data from the device. While previewing from t...

9 years ago | 0

Answered
How can I get Infrared image from kinect in matlab?
The IR image from the Kinect for Windows device can be acquired using the 'kinect' adaptor (IMAQ Toolbox). The IR image is ex...

9 years ago | 0

Answered
Kinect streaming Color/Depth sync with IMAQ
Hi Alexandre, In order to achieve synchronization between the two streams, you should use manual triggering. The current sync...

10 years ago | 0

| accepted

Answered
Kinobo Webcam Compatibility in Image Acquisition Toolbox
That is correct, IMAQTOOL will display them as the 'Webcam name' with a suffix of winvideo-1 or winvideo-2.

10 years ago | 0

Answered
Kinobo Webcam Compatibility in Image Acquisition Toolbox
The winvideo adaptor can detect/acquire from any camera that is UVC compliant. You can check if the Kinobo webcam is UVC complia...

10 years ago | 0

Answered
Is it possible to use the Kinect in Near Mode with the library included in the Image Acquisition toolbox?
It is possible to use the Kinect in Near mode with IMAQ toolbox. The Near mode can be set using the DepthMode property, which r...

10 years ago | 0

| accepted

Answered
is it possible to find the distance between the legs of a walking person using MATLAB?
As an alternative, you can use Skeletal tracking with the Kinect for Windows sensor. This problem will get reduced to distance c...

11 years ago | 0

| accepted

Answered
Taking rgb values in a video preview dynamically(i.e run time)
You can also try using the ROIPosition property of the videoinput object to get that subimage.

11 years ago | 0

Answered
Kinect adaptor for Matlab 2013a
In order to use this adaptor, you will need to install the Kinect for Windows Runtime v1.6: http://www.microsoft.com/en-us/do...

11 years ago | 1