There are some problems of OpenCV on the BBB:
1) No keyboard input working so waitKey(0) never stops the program.
Then, you will go to install a new Desktop on BBB, Start Putty and writting the next commands.
> su
> opkg install lxdm
> systemctl disable gdm.service
> systemctl enable lxdm
> opkg install packagegroup-xfce-base
Reboot and then when you get the login screen in the lower left make sure you select en for language and xfce.
Now, you will be ready to write the first OpenCV program on BBB.
No comments:
Post a Comment