|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
Different images on dashboard?
By default, the dashboard displays the images straight from the camera (i.e. the same one that GetImage() generates). Is there a way to make it display something else by giving it an Image object?
Basically what I want to do is easily view the results of applying a filter function like getLuminancePlane(). |
|
#2
|
|||
|
|||
|
Re: Different images on dashboard?
If you are using LabVIEW, debugging this is quite easy. Right click on the wire where you want to view the data and choose probe. It will not be a part of the dashboard, but will be displayed in the development environment.
The easiest way to do this for a dashboard is probably to take the standard image and apply the same image processing on the host computer. The built-in dashboard is able to transmit the data returned from the camera and nothing else. Greg McKaskle |
|
#3
|
||||
|
||||
|
Re: Different images on dashboard?
Like Greg said, displaying images isn't quite as simple in C++. The default dashboard only gets images directly from the camera. To send images, you'd need to create a network socket, send data to a laptop, and then use socket programming on the laptop to get the image back off the network. Then you'd need to find a way to display the image you just got.
I'd assume LabVIEW does the same thing, but it has all of this built in without you having to write custom code for it. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Slow Dashboard Images SOLUTION | Radical Pi | Control System | 17 | 22-02-2010 12:35 |
| yet another No Camera Images on Dashboard thread | oddjob | C/C++ | 11 | 29-01-2010 20:53 |
| DIfferent Year CIMS run at materially different speeds ? | de_ | Motors | 5 | 19-02-2009 13:04 |
| Labview Dashboard and updated IFI dashboard spec | Joe Ross | LabView and Data Acquisition | 1 | 04-04-2006 02:04 |
| Loading Images? | Tom Bottiglieri | Website Design/Showcase | 3 | 16-02-2004 18:26 |