Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CMOS_Camera
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Leo Sutevski
CMOS_Camera
Commits
0e45e592
Commit
0e45e592
authored
1 year ago
by
Leo Sutevski
Browse files
Options
Downloads
Patches
Plain Diff
.
parent
4c085f18
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cam_control/MemoryBackend.py
+0
-2
0 additions, 2 deletions
cam_control/MemoryBackend.py
with
0 additions
and
2 deletions
cam_control/MemoryBackend.py
+
0
−
2
View file @
0e45e592
...
...
@@ -3,8 +3,6 @@ from PIL import Image
import
numpy
as
np
import
time
import
png
from
concurrent.futures
import
ThreadPoolExecutor
import
cv2
as
cv
class
MemoryFrame
:
def
__init__
(
self
,
stride
=
16384
,
offset
=
0x0f000000
,
shape
:
tuple
=
(
720
,
1280
)):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment