New ScreenPanel
This commit is contained in:
15
script/test/Test3dDataset.py
Executable file
15
script/test/Test3dDataset.py
Executable file
@@ -0,0 +1,15 @@
|
||||
width = cam_server.data.width
|
||||
height = cam_server.data.height
|
||||
|
||||
print
|
||||
|
||||
print width, height
|
||||
images = 4
|
||||
|
||||
path = "/image"
|
||||
|
||||
create_dataset(path, 'd', dimensions = [height, width, images])
|
||||
|
||||
|
||||
for i in range(images):
|
||||
append_dataset(path, cam_server.data.matrix)
|
||||
Reference in New Issue
Block a user