473,770 Members | 6,322 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Accesing frames from a video capture card with C

Dear Sirs:

My name is Juan Crespo and I write you from Spain, I work as application
developer in Industrial Automation in Spain. We have as customer a company
that wants to reuse old computers for certain vision applications. The
computers have a ASUS AGP-V385GX2 video capture card.

I develop my applications in National Instruments LabWindows/CVI (C
language Development Environment used in engineering applications) So I am
searching the way that I can communicate with the video capture card using
C. I need to put the captured frame directly in memory. And, according to
the information that I have readed, this is very difficult in the standard
API. I have the card drivers but I have any type of documentation, so I
dont know how could my applications comunicate with the video capture card.

Please, could you help me? I am searching for a C-based code that
allows to capture singles frames directly in memory for processing in
standard capture cards, or some info that allows me to know the way to
comunicate with the card . If you could help me I will thank you very much.
I would appreciate it very much if you could answer to my email
(jl******@rocke tmail.com).

Thank you very much for the time you spent in reading this email, and
sorry for my bad english. Anyway, if I could help you in anything you
need, dont hesitate in email me and I will help you. In addition to my
work of developing automation applications, I work in a university
scientific research group, and my work is related to the development of
High Order Neural Networks and automatic attention schema.

Yours sincerely

Juan Luís Crespo
jl******@rocket mail.com
Nov 13 '05 #1
3 4324
"Juan Crespo" <jl************ ***@rocketmail. com> wrote in message
news:bk******** ****@ID-147615.news.uni-berlin.de...
Dear Sirs:

My name is Juan Crespo and I write you from Spain, I work as application
developer in Industrial Automation in Spain. We have as customer a company
that wants to reuse old computers for certain vision applications. The
computers have a ASUS AGP-V385GX2 video capture card.

I develop my applications in National Instruments LabWindows/CVI (C
language Development Environment used in engineering applications) So I am
searching the way that I can communicate with the video capture card using
C. I need to put the captured frame directly in memory. And, according to
the information that I have readed, this is very difficult in the standard
API. I have the card drivers but I have any type of documentation, so I
dont know how could my applications comunicate with the video capture card.
Please, could you help me? I am searching for a C-based code that
allows to capture singles frames directly in memory for processing in
standard capture cards, or some info that allows me to know the way to
comunicate with the card . If you could help me I will thank you very much.

This cannot be done with the standard C language, the
only topic here. BTW it cannot be done without proper
documentation either.

Why not ask the manufacturer? It took me only seconds to
find:
http://www.asus.com/index.htm
I would appreciate it very much if you could answer to my email


This is a public forum. Post here, read here.

-Mike
Nov 13 '05 #2
Juan Crespo wrote:
I develop my applications in National Instruments
LabWindows/CVI (C language Development Environment used in
engineering applications) So I am searching the way that I can
communicate with the video capture card using C. I need to put
the captured frame directly in memory. And, according to the
information that I have readed, this is very difficult in the
standard API. I have the card drivers but I have any type of
documentation, so I dont know how could my applications
comunicate with the video capture card.

Please, could you help me? I am searching for a C-based code
that allows to capture singles frames directly in memory for
processing in standard capture cards, or some info that allows
me to know the way to comunicate with the card.


Juan...

The newsgroups you want are news:comp.arch. embedded and another
related the system environment in which you run LabWindows.

By the way, your English needs no apology.
--
Morris Dovey
West Des Moines, Iowa USA
C links at http://www.iedu.com/c

Nov 13 '05 #3
Mac
On Sat, 20 Sep 2003 00:40:09 +0000, Mike Wahler wrote:
"Juan Crespo" <jl************ ***@rocketmail. com> wrote in message
news:bk******** ****@ID-147615.news.uni-berlin.de...
Dear Sirs:

My name is Juan Crespo and I write you from Spain, I work as application
developer in Industrial Automation in Spain. We have as customer a company
that wants to reuse old computers for certain vision applications. The
computers have a ASUS AGP-V385GX2 video capture card.

I develop my applications in National Instruments LabWindows/CVI (C
language Development Environment used in engineering applications) So I am
searching the way that I can communicate with the video capture card using
C. I need to put the captured frame directly in memory. And, according to
the information that I have readed, this is very difficult in the standard
API. I have the card drivers but I have any type of documentation, so I
dont know how could my applications comunicate with the video capture

card.

Please, could you help me? I am searching for a C-based code that
allows to capture singles frames directly in memory for processing in
standard capture cards, or some info that allows me to know the way to
comunicate with the card . If you could help me I will thank you very

much.

This cannot be done with the standard C language, the
only topic here. BTW it cannot be done without proper
documentation either.

Why not ask the manufacturer? It took me only seconds to
find:
http://www.asus.com/index.htm


Also, you might ask on this list:

http://www.info-labview.org/subscribe.html

If it's off-topic they will probably re-direct you politely (and
correctly) without getting too bent out of shape.

[snip]

Mac
--
Nov 13 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2921
by: Omar Hamido | last post by:
How i can do video capture with c#...more especific, i have a video capture card pci and my question is: if possible to do that... regards... Omar
2
15472
by: Arash | last post by:
Dear all, I've got a video capture device. Device manager shows "nVidia WDM Video Capture (universal)" driver in "Sound, video and game controllers" category. Also, Windows Movie Maker, and other standard video capture tools can record video from the device. But, I've got no idea how to read transmitted data in a C# application. All I'm gonna do is to show the real-time movie on an appropriate control on my form.
2
2794
by: John | last post by:
Hi, Could anyone point me in the right direction for using video capture? I'd like to write a basic VB.NET app that shows the output from a composite camera and has a simple record now button. (I'd also like to be able to control things like frame rate etc.) At the moment my knowledge in this area is pretty basic so I'm just looking for some online resources where I can gem up on the subject. For example if I use a third party API,...
8
3665
by: Nehmo | last post by:
When a page has a JavaScript "link" to a video, like http://www.msnbc.msn.com/id/10478942/ . How do you get the URL of the actual video? Isn't it in the source somewhere? -- )|:__ Nehmo __:|(
0
1422
by: tHw | last post by:
Hello. I would like to preview video, capture still images and record video simultaneously with my AGP capture card. I have to do it in dotNET. Is there a dedicated solution to do that in dotNET? Or the only solution is to write wrappers to access old directShow? TIA for any answers
2
3229
by: ghostrider | last post by:
Hi, I am working on an access app and need to capture still images from a monitor connected to medical equipment. The video out port on the monitor is connected to a video card in the computer that will run my app so I am assuming I can capture this image by using video for windows apis? I simply want a button on a form that saves the image to disk in bmp or jpg format. Has anyone got an example of this? Thanks in advance, Ghostrider.
6
7986
by: k.vanderstarren | last post by:
Hi Everyone, Do any of you gurus out there have any suggestions regarding capturing audio/video from a video capture card in C#. Although I've written other programs, I've never worked with audio/video sources before. I've seen other people recommending DirectShow.NET. Is this one of the more popular libraries to use? Would anyone recommend other third- party libraries? Thanks,
3
2713
by: ghostrider | last post by:
Does anyone know how to recognise the image capture signal from a medical scope such as a video colonoscope? I've got video streaming from the scope to the computer but want my app to recognise when the scopes image capture button is pressed, rather than have to capture the image by pressing a button in my app. Thanks in advance
0
1960
by: odednaftali | last post by:
Hello I'm writing a video recorder that records input from an external device I use multipule files capture, and every X minutes i stop the graph, set the output file name to another file and run the graph again. All in all, seems to be working well, i get multipule video files for my capture. HOWEVER - for each file, there seem to be extra frames !
0
9591
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9425
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10001
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9867
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7415
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6676
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5312
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5449
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2816
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.