473,387 Members | 1,464 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Blitter 80 fps @ 1024x800 YUV420

Hi all,
I'm working on a video acquisition project for industrial application.
I need to capture, save and show 80 frames per second 800x1024 pixels
YUV420/422 and RGB24 images. We are planning to implement business
logic
with unmanaged C++ code and GUI with managed C# code.

What do you think ?
Is it a good choice ?
Do you think it is better to have all unmanaged C++ ?

Please help.
jaggomiken

Nov 7 '06 #1
2 1983

"jaggomiken" <mi****@libero.itwrote in message
news:11**********************@m73g2000cwd.googlegr oups.com...
Hi all,
I'm working on a video acquisition project for industrial application.
I need to capture, save and show 80 frames per second 800x1024 pixels
YUV420/422 and RGB24 images. We are planning to implement business
logic
with unmanaged C++ code and GUI with managed C# code.
Might work for capture and save.
>
What do you think ?
Is it a good choice ?
Do you think it is better to have all unmanaged C++ ?
If you need to show at that framerate, yes, probably better to stay pure
C++. Since you will already have the images in native format, you can't
really afford the conversion to GDI+. You can probably use some managed
code for reading XML configurations and such if you want, but you'll want to
drop into native code for high rate processing. Definitely stay away from
GDI+ for high frame rates.
>
Please help.
jaggomiken

Nov 7 '06 #2
rob
On Tue, 7 Nov 2006 17:40:53 -0600, "Ben Voigt" <rb*@nospam.nospam>
wrote:
>
"jaggomiken" <mi****@libero.itwrote in message
news:11**********************@m73g2000cwd.googleg roups.com...
>Hi all,
I'm working on a video acquisition project for industrial application.
I need to capture, save and show 80 frames per second 800x1024 pixels
YUV420/422 and RGB24 images. We are planning to implement business
logic
with unmanaged C++ code and GUI with managed C# code.
>If you need to show at that framerate, yes, probably better to stay pure
C++.
Ben, Couldn't he just PInvoke calls to Win32 BitBlt functions? That
would allow use of C# for the UI without having to use GDI+. Do you
see a problem with that approach?

Nov 8 '06 #3

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

Similar topics

1
by: Federico | last post by:
Hi, I'm using python 2.2 under windows...when I use the 'Agg ' backend it works fine but when I try to use the 'TkAgg' one I've an error message that says : ..... ..... "import tkagg ...
1
by: Mark B | last post by:
Hi I want to resize a form so that before it prints, it fills up a portrait US Letter page. I am trying to use Docmd.MoveSize to make it quite high, though the action will only stretch the...
2
by: Mark B | last post by:
2nd post: Does anyone know how to set the height of a form passed the inbuilt limit? I want to set the height of a form so that it will fill a portrait page when printing. When the screen...
15
by: Douglas Garstang | last post by:
All, I posted a newsgroup question here a few weeks back, asking some questions that related to my 10 year quest (so far) to understand pointers. Someone suggested I write a simple emulator....
5
by: Eric Fortier | last post by:
Hi all, Last year I posted a message regarding templates use in blitter functions, but the single answer I got didn't help. My problem is that I was writing blitter functions which takes a...
2
by: Simon Forman | last post by:
Hello, I just installed Matplotlib (and NumPy) on a windows XP machine, and I'm getting the following traceback when I try to use the TkAgg backend. Python 2.5.1 (r251:54863, Apr 18 2007,...
10
by: Stephen.Schoenberger | last post by:
Hello, Sorry if this is not "exactly" a C topic but I thought this would be the best place to start. I need some guidance on working with bitmap images in ANSI C. I need to "read" in a bitmap...
11
by: JoeC | last post by:
I am working on a graphics program but my question has nothing to do with graphics but trying to get an algorithm to work. I set graphics from a 16x16 grid to bits of a graphic with: bitData =...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...

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.