mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 13:59:19 +02:00
Add videostream dev code
This commit is contained in:
15
extras/VS_Dev.h
Normal file
15
extras/VS_Dev.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
#include "VideoStream.h"
|
||||
|
||||
class VSDev : public VideoStream
|
||||
{
|
||||
public:
|
||||
VSDev();
|
||||
int GetFrameFromStream(char **Buffer);
|
||||
void FreeFrameBuffer(char *Buffer);
|
||||
|
||||
private:
|
||||
int GetFrameCallNum = 0;
|
||||
char Frame1TestBuf[102737];
|
||||
char Frame2TestBuf[104143];
|
||||
};
|
||||
Reference in New Issue
Block a user