473,513 Members | 2,563 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

capturing video from medical equipment

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

Oct 25 '07 #1
3 2705
ghostrider wrote:
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.
Is the video you are receiving analog (over a coax cable into a video
encoding card like WinNov) or digital (over the network, viewable with
WMP or VLC or other program without a hardware card)?

Assuming you want to do this from Access I'd try to find software that
can decode your video, take a snapshot or save a frame of video and is
COM-aware so that you can control the video software from within Access.

If you are receiving digital video stream and can see the video then you
must have the appropriate decoder software already installed. The
question then is how to save a frame and how to do it from Access.

Can you currently see the video on the PC where you are developing your app?

--
'--------------------------
' John Mishefske
' UtterAccess Editor
' 2007 Microsoft Access MVP
'--------------------------
Oct 26 '07 #2
On Oct 26, 5:18 pm, John Mishefske <jmishefsk...@SPAMyahoo.comwrote:
ghostrider wrote:
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.

Is the video you are receiving analog (over a coax cable into a video
encoding card like WinNov) or digital (over the network, viewable with
WMP or VLC or other program without a hardware card)?

Assuming you want to do this from Access I'd try to find software that
can decode your video, take a snapshot or save a frame of video and is
COM-aware so that you can control the video software from within Access.

If you are receiving digital video stream and can see the video then you
must have the appropriate decoder software already installed. The
question then is how to save a frame and how to do it from Access.

Can you currently see the video on the PC where you are developing your app?

--
'--------------------------
' John Mishefske
' UtterAccess Editor
' 2007 Microsoft Access MVP
'--------------------------
I'm capturing video in my access app using an activex control. I can
do whatever I want with the video in my app such as capture frames to
jpg but what I want to know is if I can get my access app to recognise
the capture signal when the capture button is pressed on the video
scope. The scope equipment is connected to my computer's video card
by way of a composite cable.

Thanks

Oct 28 '07 #3
ghostrider wrote:
On Oct 26, 5:18 pm, John Mishefske <jmishefsk...@SPAMyahoo.comwrote:
>ghostrider wrote:
>>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.
Is the video you are receiving analog (over a coax cable into a video
encoding card like WinNov) or digital (over the network, viewable with
WMP or VLC or other program without a hardware card)?

Assuming you want to do this from Access I'd try to find software that
can decode your video, take a snapshot or save a frame of video and is
COM-aware so that you can control the video software from within Access.

If you are receiving digital video stream and can see the video then you
must have the appropriate decoder software already installed. The
question then is how to save a frame and how to do it from Access.

Can you currently see the video on the PC where you are developing your app?

--
'--------------------------
' John Mishefske
' UtterAccess Editor
' 2007 Microsoft Access MVP
'--------------------------

I'm capturing video in my access app using an activex control. I can
do whatever I want with the video in my app such as capture frames to
jpg but what I want to know is if I can get my access app to recognise
the capture signal when the capture button is pressed on the video
scope. The scope equipment is connected to my computer's video card
by way of a composite cable.
My guess is the your scope would need to send a signal via RS-232 or
other out-of-band method to allow you to carry out some "remote" action
within your Access app.

The key would be determining what your scope equipment does when the
capture button is pressed and how your software might detect and react
to this event.

AFAIK, there would not be any "signal" over the composite cable that you
could use. I'd suggest you contact your scope manufacturer and see if
this is possible.

--
'--------------------------
' John Mishefske
' UtterAccess Editor
' 2007 Microsoft Access MVP
'--------------------------
Oct 30 '07 #4

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

Similar topics

0
1369
by: Gerry Viator | last post by:
Hi all, Can someone recommend a good 3rd party image\video control or VS.NET control for imaging\video. I will need a recomendation on a good capture card as well for medical images\video?...
2
2678
by: Stampede | last post by:
Hi guys & girls, I would like to write some kind of "Head-Tracking-Software", which uses a WebCam to react to the movement of the head of the person sitting in front of the monitor. I searched...
2
3210
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...
0
1315
by: Lulubelle | last post by:
Hello every body..... I want to capture an image from my 2 web Cams, in same time capturing... indead i use : my.computer.clipboard.getImage() the problem occured, because I use...
8
65792
by: Amjad | last post by:
Hi i am writing a application where i want to browse video file and copy data into stream and send that stream over network...I have develop P2P windows application where i successfully transfer...
3
18265
by: rajibnsu | last post by:
While searching for capturing video with a webcam I god the following code.It gives two errors.Says:The type or namespace name 'WebcamEventArgs' does not exit in the namespace 'WebCam_Capture' (are...
1
1233
by: msch-prv | last post by:
Hi, I would like to add video streamlining on a web page (small education site) to enable registered users to converse with the instructor. Questions: 1. Is this possible? 2. I thought of...
2
3566
benchpolo
by: benchpolo | last post by:
I have a series of data rows where I need to capture the text inside the double quotes, but due to the different text length, I'm not quite sure how to do it. Data: "INSUFFICIENT INFORMATION"...
0
7259
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,...
0
7158
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...
0
7535
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7098
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...
0
5683
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4745
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...
0
3232
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...
0
3221
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
798
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.