Community Profile

photo

David Tarkowski

Last seen: 10 días hace Con actividad desde 2011

Followers: 0   Following: 0

Contacto

Estadísticas

All
  • Knowledgeable Level 3
  • Personal Best Downloads Level 2
  • Editor's Pick
  • 5-Star Galaxy Level 4
  • First Submission
  • 6 Month Streak
  • Knowledgeable Level 2
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Respondida
This Images are effected by which noises?
That image looks like you are returning your image in the YCbCr color space but treating it as an RGB image. See http://www.math...

alrededor de 9 años hace | 0

Respondida
Trouble with videoinput and dcam device
You are using a Logitech camera which is a webcam. The |dcam| adaptor does not support webcams. If you are using the |videoinput...

más de 9 años hace | 1

| aceptada

Respondida
How do you access both camera sensors of the Bumblebee2 camera?
I haven't used the BumbleBee2, but the BumbleBee camera would return the data from both sensors as a single image. If each senso...

más de 9 años hace | 0

| aceptada

Respondida
Why does MATLAB crash when I use the Image Acquisition Toolbox?
The first thing that I would check is that you are using the correct version of the Point Grey FlyCapture software. I believe th...

casi 10 años hace | 0

Respondida
How can I adjust the contrast of a live video?
There isn't really a good way to get around this. What happens when you set the contrast while the preview is running is that th...

casi 10 años hace | 0

| aceptada

Respondida
Video Object wont get accepted
The second argument to the |getdata| command should be a single number, not a vector. You set the |FramesPerTrigger| property to...

casi 10 años hace | 1

| aceptada

Respondida
Can I use the Image Acquisition Toolbox to write to disk with two video sources and two output files at the same time?
If I understand your question properly, the problem doesn't seem to be with the disk logging, but with starting the acquisition....

más de 10 años hace | 0

Respondida
How to increase image quality when taking images through Image Acquisition Toolbox beyond available options in Hardware Browser?
The Logitech c920 has a 2304x1536 pixel sensor, so this is the maximum video resolution available using that camera. The larger ...

casi 11 años hace | 0

Respondida
What is the difference between videoinput and imaq.VideoDevice?
The object returned by |imaq.VideoDevice| is a <http://www.mathworks.com/discovery/stream-processing.html System Object> and is ...

casi 11 años hace | 2

| aceptada

Respondida
code for creating a realtime video and storing it at a fixed place using webcam
There is an <http://www.mathworks.com/help/imaq/examples/logging-data-to-disk.html example> in the doc that shows how to do this...

casi 11 años hace | 0

Respondida
imwrite through step() to snapshot a video saves red images why?
It looks like you are using a YCbCr format of your camera. When you are previewing or writing to disk, the toolbox converts the ...

casi 11 años hace | 1

Respondida
Simultaneous Video Display with continuous serial communication
The big problem that I see is in your startStopCamera_Callback function. You are continuously calling trigger and then getdata i...

alrededor de 11 años hace | 0

| aceptada

Respondida
Disable "Warning: The ROIPosition property was modified by the device."
Although Image Acquisition Toolbox will allow you to specify arbitrary values for the ROIPosition property (within the allowed r...

alrededor de 11 años hace | 1

| aceptada

Respondida
Performing Edge Detection using a Webcam using Image Acquistion and Computer Vision Toolboxes
A VideoDevice object never runs out of data to return since it can always capture another frame. Because of this, there is no is...

alrededor de 11 años hace | 0

| aceptada

Respondida
How can I zoom into preview window while updating
You can change the ROI by setting the ROIPosition property. The IMAQTool GUI will allow you to do this interactively.

alrededor de 11 años hace | 0

Respondida
Image Acquisition Camera - High Speed - Fast Capture
Your question is a little vague, but I think that this <http://www.mathworks.com/help/imaq/examples/acquiring-a-single-image-in-...

alrededor de 11 años hace | 0

Respondida
Image Acquisition - preview is fast, snapshot is slow?
I think that this example might help with your issue: http://www.mathworks.com/help/imaq/examples/acquiring-a-single-image-in-a-...

alrededor de 11 años hace | 1

Respondida
Camera access problem in matlab
Image Acquisition Toolbox does not support these cameras and I can't find any indication that PPT Vision provides MATLAB support...

más de 11 años hace | 0

Respondida
imaqtool + firewire camera (dcam driver) = strange artefact (see picture)
It looks like the Scout camera returns multi-byte data in little-endian format. This is somewhat common but the DCAM specificat...

más de 11 años hace | 2

Respondida
Recently I use image acquistion toolbox, the image captured is very gloomy
You're trying to display an image in the YCbCr color space (that's what the I420 in your videoinput line means) with a function ...

más de 11 años hace | 0

| aceptada

Respondida
Accessing two identical Logitech Cameras simultaneously ... Matlab freezes (for a while)
I've seen similar issues in the past which were caused by the camera drivers. Probably the simplest thing to do is configure th...

más de 11 años hace | 1

| aceptada

Respondida
imaqregister won't register third party Image Acquisition Toolbox adaptors
You do not need to call IMAQREGISTER on adaptors that the toolbox provides by default. In R2011b, the toolbox shipped with su...

más de 11 años hace | 1

Respondida
Image Acquisition Toolbox: using the 'memory' part of 'disk&memory' logging to just record timestamps
You can't do what you want directly, i.e. there is no mode that says just log the time stamps. I would probably use the FramesA...

alrededor de 12 años hace | 0

Respondida
Video frame selection
There are a number of ways to this that are roughly equivalent. By default the |GETDATA| command returns |N| frames where |N| i...

más de 12 años hace | 1

| aceptada

Respondida
No video adapters available
Bram, This is an issue that we've recently discovered with Ubuntu 11.04 that we're still investigating. For now, the easiest...

más de 12 años hace | 1

Respondida
Image Acquisition reducing CPU-Load
Looking at your code, the following items are likely to be using the bulk of the CPU time in your code: # Conversion from RGB...

más de 12 años hace | 0

Respondida
Image acquisition, frame rgb2gray conversion
The rgb2gray function only works on a single image, but you are sending it an array of images. What is the format that you ul...

casi 13 años hace | 1

| aceptada

Respondida
Problem with image acquisition using a DV converter (Canopus ADVC-55)
The Image Acquisition Toolbox treats DV cameras as live acquisition cameras rather than as VCRs. Basically, whatever is being s...

casi 13 años hace | 0

Respondida
imaqregister won't register 3rd party dll
There are a couple of reasons why imaqhwinfo won't load a registered adaptor DLL. The first is that the DLL is not actually loa...

casi 13 años hace | 0

Respondida
taking input from two cameras at a same time in Matlab
In general working with two cameras is the same as working with a single camera. You create a |videoinput| object for each devi...

casi 13 años hace | 3

| aceptada

Cargar más