mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
enforce cameraview 16:9 aspect
This commit is contained in:
@@ -7,7 +7,7 @@ using namespace std;
|
||||
VSDev::VSDev()
|
||||
{
|
||||
ifstream DevFile;
|
||||
DevFile.open("test01.bin");
|
||||
DevFile.open("test01.bin", std::ios_base::binary);
|
||||
DevFile.read(this->Frame1TestBuf, sizeof(this->Frame1TestBuf));
|
||||
DevFile.close();
|
||||
DevFile.open("test02.bin");
|
||||
@@ -38,4 +38,4 @@ int VSDev::GetFrameFromStream(char ** Buffer)
|
||||
|
||||
void VSDev::FreeFrameBuffer(char * Buffer) {
|
||||
//For dev do nothing...
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user