photo

David Tarkowski

Last seen: 5 months 前 自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

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

查看徽章

Feeds

排序方式:

已回答
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...

10 years 前 | 0

已回答
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...

10 years 前 | 1

| 已接受

已回答
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...

10 years 前 | 0

| 已接受

已回答
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...

10 years 前 | 0

已回答
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...

10 years 前 | 0

| 已接受

已回答
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...

10 years 前 | 1

| 已接受

已回答
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....

11 years 前 | 0

已回答
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 ...

11 years 前 | 0

已回答
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 ...

11 years 前 | 2

| 已接受

已回答
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...

11 years 前 | 0

已回答
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 ...

11 years 前 | 1

已回答
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...

11 years 前 | 0

| 已接受

已回答
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...

11 years 前 | 1

| 已接受

已回答
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...

11 years 前 | 0

| 已接受

已回答
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.

11 years 前 | 0

已回答
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-...

12 years 前 | 0

已回答
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-...

12 years 前 | 1

已回答
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...

12 years 前 | 0

已回答
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...

12 years 前 | 2

已回答
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 ...

12 years 前 | 0

| 已接受

已回答
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...

12 years 前 | 1

| 已接受

已回答
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...

12 years 前 | 1

已回答
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...

12 years 前 | 0

已回答
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...

13 years 前 | 1

| 已接受

已回答
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...

13 years 前 | 1

已回答
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...

13 years 前 | 0

已回答
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...

13 years 前 | 1

| 已接受

已回答
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...

13 years 前 | 0

已回答
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...

13 years 前 | 0

已回答
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...

13 years 前 | 3

| 已接受

加载更多