python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Livestream playback on Hololens2
I have encountered the following problem
My task is as follows, I need to play streaming video (raw h264 video over UDP protocol) on a 3d object. At the moment I'm using FFmpegInteropX to set a MediaS...
Денис Черный
Votes: 0
Answers: 1
directx9-directx11 shared texture creation fails SharpDX
i have an wpf app and trying to switch from rendering onto winforms control to rendering onto image using d3dimage (cause i want to be able to place some wpf interface on top of rendering image, airsp...

Notrum666
Votes: 0
Answers: 1
Attempted To Read Or Write Protected Memory. This Is Often An Indication That Other Memory Is Corrupt In Sharpdx
I have a Sharpdx Program and I'm trying to initialize a RenderTarget to draw on a RenderForm
Here is my Code
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using...
user456789
Votes: 0
Answers: 0
Converting GDI System.Drawing.Bitmap to SharpDX Bitmap
I have the following code for converting a GDI Bitmap to a SharpDX Bitmap and renderering that to a form handle.
public Renderer(IntPtr hWnd, Size size) {
RenderHandle = hWnd;
RenderSize = siz...
iegrm
Votes: 0
Answers: 0