Read MJPG or RTSP stream from IP camera and pass it to ZXing.net to read QR-code #314
Answered
by
micjahn
MichaelUray
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
micjahn
Mar 7, 2021
Replies: 1 comment 1 reply
-
I doesn't have any experience with LabVIEW but in my opinion System.Drawing.Bitmap doesn't support MJPG. I think you have to convert the MJPG stream to single JPG images and then you can use them with the Bitmap class. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MichaelUray
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I doesn't have any experience with LabVIEW but in my opinion System.Drawing.Bitmap doesn't support MJPG. I think you have to convert the MJPG stream to single JPG images and then you can use them with the Bitmap class.