Click here to Skip to main content
15,886,110 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problems with System.Drawing Pin
musefan26-Jun-09 6:26
musefan26-Jun-09 6:26 
GeneralRe: Problems with System.Drawing Pin
Luc Pattyn26-Jun-09 6:51
sitebuilderLuc Pattyn26-Jun-09 6:51 
QuestionCan not set NullValue to Null for numeriacl DataTypes in DataSet designer. Pin
hdv21226-Jun-09 3:51
hdv21226-Jun-09 3:51 
AnswerRe: Can not set NullValue to Null for numeriacl DataTypes in DataSet designer. Pin
Dave Kreskowiak26-Jun-09 5:22
mveDave Kreskowiak26-Jun-09 5:22 
QuestionVideo Processing Image Formats Pin
tvbarnard26-Jun-09 3:25
tvbarnard26-Jun-09 3:25 
AnswerRe: Video Processing Image Formats Pin
Dave Kreskowiak26-Jun-09 5:20
mveDave Kreskowiak26-Jun-09 5:20 
GeneralRe: Video Processing Image Formats Pin
riced26-Jun-09 7:00
riced26-Jun-09 7:00 
AnswerRe: Video Processing Image Formats Pin
Christian Graus26-Jun-09 9:31
protectorChristian Graus26-Jun-09 9:31 
You've done a lot of reading ?

1 - All video ends up as raw frames. DirectX is going to let you access those frames, and it's not really going to matter how it was encoded along the way, your code ends up sitting in the sequence that decodes the video. I don't believe C# can do this, not without using a third party library to help you get access to DirectX. http://slimdx.org/download.php[^] is one that I found out about recently, but I've not looked at it.

2 - does not matter

3 - Ultimately, DirectShow is part of DirectX, and is your best bet, but in C# you will need some sort of wrapper, like the one I linked to, to get access to it.

Christian Graus

Driven to the arms of OSX by Vista.

"! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp

QuestionRe: Video Processing Image Formats Pin
tvbarnard27-Jun-09 6:01
tvbarnard27-Jun-09 6:01 
QuestionBarcoding Pin
ziwez026-Jun-09 2:23
ziwez026-Jun-09 2:23 
AnswerRe: Barcoding Pin
padmanabhan N26-Jun-09 2:26
padmanabhan N26-Jun-09 2:26 
AnswerRe: Barcoding Pin
Enver Maroshi26-Jun-09 2:31
Enver Maroshi26-Jun-09 2:31 
GeneralRe: Barcoding Pin
Manas Bhardwaj26-Jun-09 2:33
professionalManas Bhardwaj26-Jun-09 2:33 
GeneralRe: Barcoding Pin
Enver Maroshi26-Jun-09 2:37
Enver Maroshi26-Jun-09 2:37 
AnswerRe: Barcoding Pin
DaveyM6926-Jun-09 2:54
professionalDaveyM6926-Jun-09 2:54 
AnswerRe: Barcoding Pin
stancrm26-Jun-09 3:11
stancrm26-Jun-09 3:11 
AnswerRe: Barcoding Pin
Rob Philpott26-Jun-09 4:02
Rob Philpott26-Jun-09 4:02 
AnswerRe: Barcoding Pin
Dave Kreskowiak26-Jun-09 5:15
mveDave Kreskowiak26-Jun-09 5:15 
AnswerRe: Barcoding Pin
Trollslayer26-Jun-09 10:34
mentorTrollslayer26-Jun-09 10:34 
QuestionError Cannot implicitly convert type 'byte' to 'CrystalDecisions.CrystalReports.Engine.BlobFieldObject' Pin
KIDYA26-Jun-09 2:18
KIDYA26-Jun-09 2:18 
AnswerRe: Error Cannot implicitly convert type 'byte' to 'CrystalDecisions.CrystalReports.Engine.BlobFieldObject' Pin
Kanniah26-Jun-09 6:07
Kanniah26-Jun-09 6:07 
GeneralRe: Error Cannot implicitly convert type 'byte' to 'CrystalDecisions.CrystalReports.Engine.BlobFieldObject' Pin
KIDYA26-Jun-09 19:30
KIDYA26-Jun-09 19:30 
QuestionWhat would make a CodeAccessPermission.Assert() fail or succeed? Pin
Super Lloyd26-Jun-09 2:08
Super Lloyd26-Jun-09 2:08 
QuestionC# Performance? Pin
tvbarnard26-Jun-09 1:16
tvbarnard26-Jun-09 1:16 
AnswerRe: C# Performance? Pin
Manas Bhardwaj26-Jun-09 1:27
professionalManas Bhardwaj26-Jun-09 1:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.