Skip to content

Commit 483981d

Browse files
committed
add camera setInvert
1 parent 6bb5916 commit 483981d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

libraries/Sipeed_OV2640/src/Sipeed_OV2640.cpp

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -723,12 +723,15 @@ uint8_t* Sipeed_OV2640::snapshot()
723723

724724
void Sipeed_OV2640::setRotaion(uint8_t rotation)
725725
{
726-
726+
//FIXME
727727
}
728728

729729
void Sipeed_OV2640::setInvert(bool invert)
730730
{
731-
731+
//FIXME
732+
ov2640_set_hmirror(!invert);
733+
//ov2640_set_vflip(1);
734+
return;
732735
}
733736

734737

0 commit comments

Comments
 (0)