Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.io.stream
Commits
5ea323d0
Commit
5ea323d0
authored
Oct 06, 2020
by
Vincent POLLET
Browse files
Minor text changes
parent
e2fb7b7b
Changes
3
Hide whitespace changes
Inline
Side-by-side
bob/io/stream/__init__.py
View file @
5ea323d0
...
...
@@ -2,7 +2,7 @@ from bob.io.stream.stream_file import StreamFile
from
bob.io.stream.stream
import
Stream
,
stream_filter
,
StreamFilter
# import filters defined in stream.py
from
bob.io.stream.stream
import
StreamAsType
,
StreamSelect
,
StreamView
from
bob.io.stream.stream
import
StreamAsType
,
StreamSelect
,
StreamView
,
StreamFilter
,
StreamSave
# import filters defined in stream_filters
from
bob.io.stream.stream_filters
import
(
...
...
bob/io/stream/stream.py
View file @
5ea323d0
...
...
@@ -408,7 +408,7 @@ class StreamView(StreamFilter):
################################################################################
### save ###
@
stream_filter
(
"save"
)
class
Stream
Adjust
(
StreamFilter
):
class
Stream
Save
(
StreamFilter
):
def
__init__
(
self
,
file
,
name
,
parent
):
super
().
__init__
(
name
=
name
,
parent
=
parent
)
self
.
file
=
file
...
...
bob/io/stream/stream_file.py
View file @
5ea323d0
...
...
@@ -22,7 +22,6 @@ class StreamFile:
camera_config : str
Path to json file with the camera information (camera_matrix, distortion coefficients, etc...)
during streams recording
"""
def
__init__
(
self
,
hdf5_file
=
None
,
data_format_config_file_path
=
None
,
camera_config_file_path
=
None
,
mode
=
"r"
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment