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)
How to apply Y16 codecs to YUY2 data format?
I am getting yuy2 from my camera interfaced board and I need to process it to get raw16. for that I am developing an application in opencv-pyhton after applying Y16 codec but its giving me uint8 data ...
Emlinux
Votes: 0
Answers: 0
How to setup a XML Parser parsing and XML document with formatted raw data in C++ without using existing tool
I have hit a wall with my current skill level (started with C++ mid Feb of 2022). I need to setup a manual XML Parser that reads a XML file that always remains the same in its format but only saves me...
Nells
Votes: 0
Answers: 0
JMeter File Upload - Raw contents
I have a very peculiar scenario where the raw data of the file has to be sent. I have tried following options and still wasn't successful.
Http Request with form-data disabled but still its sending a...
Jayashree Jayagopi
Votes: 0
Answers: 1
Breakup an UnsafeMutableBufferPointer<UInt32> in swift 5.x
iOS 15, Swift 5.5
Sorry, stupid easy question??
I am working on an image processing app, and I have this.
let pixels = UnsafeMutableBufferPointer<UInt32>(start: rawData, count: width * height)
...
user3069232
Votes: 0
Answers: 1