cu-ecen-aeld / final-project-ceca5556

final-project-ceca5556 created by GitHub Classroom
0 stars 0 forks source link

Run simple capture application on Raspberry Pi #4

Closed ceca5556 closed 1 day ago

ceca5556 commented 2 weeks ago

Run simple capture code on Jetson Image, ensure any missing packages that were overlooked in #1 or #3 are added

DoD: raspberry pi successfully runs simple capture application, displays output to user

ceca5556 commented 1 week ago

changed the hardware. Will now be using Raspberry Pi 3 instead of Jetson, all else stays the same

ceca5556 commented 1 week ago

had to move to sprint 2 due to compile/packaging issues with yocto

ceca5556 commented 1 day ago

successfully ran simple capture code after adding x11 features from core-image-sato as a guide.

The following screenshot is the capture output from the simple capture code. The name of the window shows that it is indeed running on the raspberry pi. Image

This screenshot was taken after using python to replicate the c++ simple capture code. This time however, using the camera as the input. Image

While both did work, there was an issue where the output display window's size could not be changed. This issue persisted even when manually setting the size of the capture. This significantly reduced the speed of the code even when the only operation was reading and displaying a frame.