Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zero: meta-csp: Add RAW format image capture capability for SC-Sat1 #64

Closed

Conversation

moonlight83340
Copy link
Member

@moonlight83340 moonlight83340 commented Nov 18, 2024

Implemented functionality to capture raw images using the camera on scsat1.

Modified the camera service to use libcamerify in front of the program to ensure compatibility of V4L2 code with libcamera.

Utilized v4l2 for direct image capture from the camera.

This adds the capability to capture raw images from the camera on scsat1.

Implemented functionality to capture raw images using the camera on scsat1.

Modified the camera service to use `libcamerify` in front of the program to
ensure compatibility of V4L2 code with libcamera.

Utilized `v4l2` for direct image capture from the camera.

This adds the capability to capture raw images from the camera on scsat1.

Signed-off-by: Gaetan Perrot <gaetan.perrot@spacecubics.com>
@yashi
Copy link
Member

yashi commented Nov 18, 2024

Why do we have to use v4l2??

@moonlight83340
Copy link
Member Author

Why do we have to use v4l2??

We tougth it would be simplier to develop with it. We can use directly libcamera library with c++.

@yashi
Copy link
Member

yashi commented Nov 18, 2024

Easy for you to implement even though it doesn't support everything libcamera supports?

@moonlight83340
Copy link
Member Author

Easy for you to implement even though it doesn't support everything libcamera supports?

I tougth writing a V4l2 c code would be easier to understand, I will take a look at c++ code in my free time to see if I can make a simple app taking capture and see how it's going on with the c++ app.

@yashi yashi changed the title zero: meta-csp: add raw capture capability for scsat1 zero: meta-csp: Add RAW format image capture capability for SC-Sat1 Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants